html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
input,
textarea {
  font-family: PingFangSC-Regular, sans-serif, PingFangSC-Light, sans-serif, 'Source Han Sans SC', "Microsoft YaHei", arial !important;
}
*,
*::before,
*::after {
  box-sizing: inherit;
  padding: 0;
  margin: 0;
  transition: inherit;
  list-style: none;
}
html {
  line-height: 1.15;
  box-sizing: border-box;
  font-size: 12px;
}
input {
  outline: none;
  border: none;
}
a {
  text-decoration: none;
}
i {
  font-style: normal;
}
img {
  -webkit-user-drag: none;
}
.company_vip_page .all_w {
  position: relative;
  height: 100%;
  max-width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}
.company_vip_page .all_w .select-vip-tabs {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
}
.company_vip_page .all_w .select-vip-tabs .select-vip-tab {
  width: 480px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 12px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 6px 10px 0px rgba(24, 102, 251, 0.2);
  border-radius: 24px 24px 0px 0px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  user-select: none;
  cursor: pointer;
}
.company_vip_page .all_w .select-vip-tabs .select-vip-tab .tab-icon {
  display: block;
  width: 36px;
  height: 36px;
  margin-right: 10px;
}
.company_vip_page .all_w .select-vip-tabs .select-vip-tab .vip-name {
  font-size: 24px;
  color: #191919;
}
.company_vip_page .all_w .select-vip-tabs .select-vip-tab .vip-name:hover {
  color: #175AFF;
}
.company_vip_page .all_w .select-vip-tabs .select-vip-tab.active {
  background: linear-gradient(120deg, #388CFF 0%, #0050E7 100%);
}
.company_vip_page .all_w .select-vip-tabs .select-vip-tab.active .vip-name {
  color: #fff;
}
.company_vip_page .banner_221206 {
  display: flex;
  height: 466px;
  background: url('http://js.588ku.com/comp/newVIP/images/banner.jpg') no-repeat top center;
  background-size: auto 100%;
  background-size: cover;
}
.company_vip_page .banner_221206 .all_w {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.company_vip_page .banner_221206 .banner_head {
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 64px;
  padding-top: 137px;
}
.company_vip_page .banner_221206 .banner_head .title {
  font-size: 42px;
  font-weight: bold;
  color: #132153;
  line-height: 50px;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
.company_vip_page .banner_221206 .banner_head .title-des {
  font-size: 20px;
  color: #132153;
  line-height: 20px;
  padding-bottom: 50px;
  letter-spacing: 4px;
}
.company_vip_page .banner_221206 .banner_head .subtitle {
  display: flex;
  font-size: 16px;
  color: #132153;
  line-height: 16px;
  letter-spacing: 1px;
}
.company_vip_page .banner_221206 .banner_head .subtitle span {
  display: flex;
  align-items: center;
}
.company_vip_page .banner_221206 .banner_head .subtitle span::before {
  content: '';
  background: url("http://bpic.588ku.com/enterprise/vip_index3/ensure.svg") no-repeat center center;
  width: 14px;
  height: 16px;
  margin-right: 6px;
  background-size: 100% auto;
}
.company_vip_page .banner_221206 .banner_head .subtitle span:not(:last-child) {
  margin-right: 33px;
}
.company_vip_page .banner_221206 .buy_btn {
  width: 400px;
  height: 68px;
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(120deg, #388CFF 0%, #0050E7 100%);
  box-shadow: 0px 6px 10px 0px rgba(24, 102, 251, 0.2);
  border-radius: 34px;
  font-size: 22px;
  color: #FFFFFF;
  letter-spacing: 2px;
  text-shadow: 0px 2px 4px rgba(0, 32, 208, 0.4);
}
.company_vip_page .banner_221206 .buy_btn:hover {
  background: linear-gradient(283deg, #388CFF 0%, #0050E7 100%);
}
.company_vip_page .banner_221206 .buy_btn .script {
  min-width: 90px;
  padding: 0 7px;
  height: 24px;
  background: #FF3400;
  border-radius: 9px 0px 9px 0px;
  font-size: 14px;
  font-weight: bold;
  color: #FFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -12px;
  right: 0;
}
.company_vip_page .banner_221206 .buy_btn .tag {
  display: inline-block;
  width: 88px;
  height: 40px;
  line-height: 40px;
  background: url("http://bpic.588ku.com/enterprise/entIndex/buy_btn_tag.png");
  background-size: 100% 100%;
  font-size: 13px;
  color: #FFF;
  text-align: center;
  margin-left: 10px;
  margin-right: -54px;
}
.company_vip_page .ent_vip_type_221206 {
  padding-top: 46px;
  position: relative;
}
.company_vip_page .ent_vip_type_221206 .set-meal-tabs {
  display: flex;
  margin: 0 auto;
  width: 1200px;
  height: 66px;
  background: #F0F6FF;
  border-radius: 12px;
  margin-bottom: 30px;
}
.company_vip_page .ent_vip_type_221206 .set-meal-tabs .set-meal-tab {
  position: relative;
  display: block;
  width: 33.3%;
  height: 66px;
  text-align: center;
  line-height: 45px;
  font-size: 18px;
  color: #191919;
  transition: all 0.3s;
  user-select: none;
  cursor: pointer;
}
.company_vip_page .ent_vip_type_221206 .set-meal-tabs .set-meal-tab::after {
  position: absolute;
  content: '';
  left: 50%;
  right: 50%;
  bottom: 0;
  background: linear-gradient(120deg, #388CFF 0%, #0050E7 100%);
  height: 5px;
  transition: all 0.3s;
}
.company_vip_page .ent_vip_type_221206 .set-meal-tabs .set-meal-tab.active {
  font-weight: bold;
  color: #175AFF;
}
.company_vip_page .ent_vip_type_221206 .set-meal-tabs .set-meal-tab.active::after {
  left: 0;
  right: 0;
  background: linear-gradient(120deg, #388CFF 0%, #0050E7 100%);
  box-shadow: 0px 6px 10px 0px rgba(24, 102, 251, 0.2);
}
.company_vip_page .ent_vip_type_221206 .set-meal-tabs .set-meal-tab .tab-desc {
  font-size: 14px;
  display: block;
  line-height: 0;
  font-weight: normal;
}
.company_vip_page .ent_vip_type_221206 .version_descioble {
  padding: 0 0 20px;
  position: relative;
  max-width: 1220px;
  margin: 0 auto;
}
.company_vip_page .ent_vip_type_221206 .version_descioble .content_box {
  padding: 0px 10px 25px;
  position: relative;
  overflow: hidden;
}
.company_vip_page .ent_vip_type_221206 .version_descioble .content_box.firm {
  overflow: visible;
  padding-bottom: 40px!important;
}
.company_vip_page .ent_vip_type_221206 .version_descioble .content_box .version_list {
  display: flex;
  transition: all 0.3s;
  transform: translate(0px, 0px);
  gap: 24px;
}
.company_vip_page .ent_vip_type_221206 .version_descioble .content_box .version_list .version_item {
  width: 282px;
  height: 685px;
  background: #FFF;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  position: relative;
}
.company_vip_page .ent_vip_type_221206 .version_descioble .content_box .version_list .version_item:nth-child(1) .head {
  background: linear-gradient(90deg, #FFFAF6 0%, #FFFAF6 100%);
}
.company_vip_page .ent_vip_type_221206 .version_descioble .content_box .version_list .version_item:nth-child(2) .head {
  background: linear-gradient(90deg, #FFFAF6 0%, #FFEDDA 100%);
}
.company_vip_page .ent_vip_type_221206 .version_descioble .content_box .version_list .version_item:nth-child(3) .head {
  background: linear-gradient(90deg, #FFECD9 0%, #FCE7CF 100%);
}
.company_vip_page .ent_vip_type_221206 .version_descioble .content_box .version_list .version_item:nth-child(4) .head {
  background: linear-gradient(90deg, #FFEDDA 0%, #FAE1C3 100%);
}
.company_vip_page .ent_vip_type_221206 .version_descioble .content_box .version_list .version_item:nth-child(5) .head {
  background: linear-gradient(90deg, #FAE1C3 0%, #F8D8B2 100%);
}
.company_vip_page .ent_vip_type_221206 .version_descioble .content_box .version_list .version_item:nth-child(6) .head {
  background: url("http://bpic.588ku.com/enterprise/vip_index2/version_head_221207.png?v=20221101") no-repeat center center;
  background-size: 100% auto;
  padding-top: 44px;
}
.company_vip_page .ent_vip_type_221206 .version_descioble .content_box .version_list .version_item:nth-child(6) .head .title {
  font-size: 36px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 36px;
  letter-spacing: 1px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
}
.company_vip_page .ent_vip_type_221206 .version_descioble .content_box .version_list .version_item:nth-child(6) .btn {
  background: linear-gradient(270deg, #403E56 0%, #3D4368 100%);
}
.company_vip_page .ent_vip_type_221206 .version_descioble .content_box .version_list .version_item:nth-child(6) .btn:hover {
  background: linear-gradient(270deg, #403E56 0%, #3D4368 100%);
  opacity: 0.75;
}
.company_vip_page .ent_vip_type_221206 .version_descioble .content_box .version_list .version_item .head {
  width: 100%;
  height: 140px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  padding-top: 19px;
}
.company_vip_page .ent_vip_type_221206 .version_descioble .content_box .version_list .version_item .head .title {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 24px;
  letter-spacing: 1px;
  margin-bottom: 6px;
}
.company_vip_page .ent_vip_type_221206 .version_descioble .content_box .version_list .version_item .head .subscript {
  font-size: 12px;
  color: #FF622F;
  line-height: 24px;
  text-align: center;
  height: 24px;
  transition: all 0.4s;
  border-radius: 4px;
  padding: 0 12px;
  width: auto;
}
.company_vip_page .ent_vip_type_221206 .version_descioble .content_box .version_list .version_item .head .price {
  color: #FF3400;
  letter-spacing: 1px;
  margin-top: 10px;
}
.company_vip_page .ent_vip_type_221206 .version_descioble .content_box .version_list .version_item .head .price .small {
  font-size: 20px;
}
.company_vip_page .ent_vip_type_221206 .version_descioble .content_box .version_list .version_item .head .price .big {
  font-size: 42px;
  line-height: 42px;
  font-weight: bold;
}
.company_vip_page .ent_vip_type_221206 .version_descioble .content_box .version_list .version_item .head .price .symbol {
  color: #333333;
}
.company_vip_page .ent_vip_type_221206 .version_descioble .content_box .version_list .version_item .btn {
  width: 180px;
  height: 40px;
  background: linear-gradient(90deg, #FF8D5A 0%, #FF3400 100%);
  box-shadow: 0px 4px 10px 0px rgba(255, 59, 7, 0.1);
  border-radius: 23px;
  margin: 0 auto 32px;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  letter-spacing: 1px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.company_vip_page .ent_vip_type_221206 .version_descioble .content_box .version_list .version_item .btn .ico-badge {
  display: inline-block;
  padding: 0 8px;
  position: absolute;
  top: -14px;
  right: 2px;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  color: #FFFFFF;
  border-radius: 32px 32px 0 32px;
  background: linear-gradient(45deg, #FF12FD 0%, #5C38FF 100%);
  font-weight: 400;
}
.company_vip_page .ent_vip_type_221206 .version_descioble .content_box .version_list .version_item .btn .ico-badge::before {
  content: '';
  position: absolute;
  right: -4px;
  bottom: -2px;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-right-color: #7c31ff;
  transform: rotate(-225deg);
}
.company_vip_page .ent_vip_type_221206 .version_descioble .content_box .version_list .version_item .btn:hover {
  background: linear-gradient(90deg, #FF3400 0%, #FF8D5A 100%);
}
.company_vip_page .ent_vip_type_221206 .version_descioble .content_box .version_list .version_item.ent-institutions {
  cursor: pointer;
}
.company_vip_page .ent_vip_type_221206 .version_descioble .content_box .version_list .version_item.show_magic_des .row2 {
  font-weight: normal;
}
.company_vip_page .ent_vip_type_221206 .version_descioble .content_box .version_list.scroll-right {
  transform: translate(-248px, 0px);
}
.company_vip_page .ent_vip_type_221206 .version_descioble .more_btn {
  width: 32px;
  height: 85px;
  padding: 6px 10px;
  background: #3D4368;
  border-radius: 4px;
  position: absolute;
  top: 40px;
  left: -50px;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 14px;
  letter-spacing: 1px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s;
}
.company_vip_page .ent_vip_type_221206 .version_descioble .more_btn span {
  display: none;
}
.company_vip_page .ent_vip_type_221206 .version_descioble .more_btn span:nth-child(1) {
  display: block;
}
.company_vip_page .ent_vip_type_221206 .version_descioble .more_btn.show span:nth-child(1) {
  display: none;
}
.company_vip_page .ent_vip_type_221206 .version_descioble .more_btn.show span:nth-child(2) {
  display: block;
}
.company_vip_page .ent_vip_type_221206 .version_descioble .more_btn.show .iconfont {
  transform: rotate(180deg);
}
.company_vip_page .ent_vip_type_221206 .version_descioble .more_btn .iconfont {
  margin-top: 4px;
}
.company_vip_page .page-common-spec-title {
  position: relative;
  display: flex;
  height: 58px;
  width: max-content;
  margin: 0 auto;
  font-weight: bold;
  font-size: 36px;
  color: #323335;
  line-height: 58px;
  letter-spacing: 2px;
}
.company_vip_page .page-common-spec-title.ai {
  color: #FFFFFF;
}
.company_vip_page .page-common-spec-title.ai::after {
  background: url('http://bpic.588ku.com/compyVip/20220905/left_text_sign_red.png?v=1') no-repeat center;
  background-size: 100% 100%;
}
.company_vip_page .page-common-spec-title.ai::before {
  background: url('http://bpic.588ku.com/compyVip/20220905/right_text_sign_red.png?v=1') no-repeat center;
  background-size: 100% 100%;
}
.company_vip_page .page-common-spec-title .spec {
  color: #175AFF;
}
.company_vip_page .page-common-spec-title::after {
  position: absolute;
  content: '';
  left: -22px;
  top: 10px;
  width: 12px;
  height: 20px;
  background: url('http://bpic.588ku.com/compyVip/20220905/left_text_sign.png') no-repeat center;
  background-size: 100% 100%;
}
.company_vip_page .page-common-spec-title::before {
  position: absolute;
  content: '';
  right: -22px;
  bottom: 12px;
  width: 12px;
  height: 20px;
  background: url('http://bpic.588ku.com/compyVip/20220905/right_text_sign.png') no-repeat center;
  background-size: 100% 100%;
}
.company_vip_page .content-management {
  width: 100%;
  height: 696px;
  padding-top: 58px;
  box-sizing: border-box;
  background: #00183D url('http://bpic.588ku.com/compyVip/20220905/management_bg.jpg') no-repeat center;
  background-size: auto 100%;
}
.company_vip_page .content-management .management-title {
  position: relative;
  width: max-content;
  display: block;
  margin: 0 auto;
  height: 58px;
  font-weight: bold;
  font-size: 36px;
  color: #FFFFFF;
  line-height: 58px;
  letter-spacing: 2px;
  margin-bottom: 12px;
  text-align: center;
}
.company_vip_page .content-management .management-title::after {
  position: absolute;
  content: '';
  left: -22px;
  top: 10px;
}
.company_vip_page .content-management .management-title::before {
  position: absolute;
  content: '';
  right: -22px;
  bottom: 10px;
}
.company_vip_page .content-management .expand-swiper-wrap {
  width: 1200px;
  /* 按你容器改 */
  position: relative;
  margin: 0 auto;
}
.company_vip_page .content-management .expand-swiper-wrap .swiper-button-next,
.company_vip_page .content-management .expand-swiper-wrap .swiper-button-prev {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 24px;
  backdrop-filter: blur(4px);
  z-index: 10;
  /* 确保按钮在卡片之上可点 */
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: all 0.3s;
}
.company_vip_page .content-management .expand-swiper-wrap .swiper-button-next::after,
.company_vip_page .content-management .expand-swiper-wrap .swiper-button-prev::after {
  content: '\e727';
  font-family: 'iconfont';
  font-size: 16px;
  color: #fff;
}
.company_vip_page .content-management .expand-swiper-wrap .swiper-button-next.swiper-button-disabled,
.company_vip_page .content-management .expand-swiper-wrap .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.company_vip_page .content-management .expand-swiper-wrap .swiper-button-next {
  right: -24px;
  margin-left: 2px;
}
.company_vip_page .content-management .expand-swiper-wrap .swiper-button-prev {
  left: -24px;
  margin-right: 2px;
}
.company_vip_page .content-management .expand-swiper-wrap .swiper-button-prev::after {
  transform: rotate(180deg);
}
.company_vip_page .content-management .expand-swiper-wrap .expand-swiper {
  width: 1200px;
  /* 按你容器改 */
  overflow: hidden;
  position: relative;
  border-radius: 16px;
  /* 窄条宽度由 swiper-slide 决定 */
  /* active 宽度由 swiper-slide-active 决定 */
  /* hover 时：当前 hover 项变宽，其余项变窄（通过 class 控制） */
  /* hover 当前项变宽：不依赖 is-hovering，避免先变短后变宽 */
}
.company_vip_page .content-management .expand-swiper-wrap .expand-swiper .swiper-slide {
  width: 220px;
  /* 窄条宽度 */
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: width 350ms cubic-bezier(0.4, 0, 0.2, 1);
  will-change: width;
  position: relative;
  cursor: pointer;
  margin-right: 12px;
}
.company_vip_page .content-management .expand-swiper-wrap .expand-swiper .swiper-slide:last-child {
  margin-right: 0;
}
.company_vip_page .content-management .expand-swiper-wrap .expand-swiper .swiper-slide.swiper-slide-active .item-info .info-big,
.company_vip_page .content-management .expand-swiper-wrap .expand-swiper .swiper-slide.is-hover .item-info .info-big {
  opacity: 1;
}
.company_vip_page .content-management .expand-swiper-wrap .expand-swiper .swiper-slide.swiper-slide-active .item-info .info-small,
.company_vip_page .content-management .expand-swiper-wrap .expand-swiper .swiper-slide.is-hover .item-info .info-small {
  opacity: 0;
}
.company_vip_page .content-management .expand-swiper-wrap .expand-swiper .swiper-slide .swiper-img {
  position: relative;
  width: 504px;
  height: 400px;
  object-fit: cover;
}
.company_vip_page .content-management .expand-swiper-wrap .expand-swiper .swiper-slide .item-info {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.company_vip_page .content-management .expand-swiper-wrap .expand-swiper .swiper-slide .item-info .info-big {
  padding: 30px;
  opacity: 0;
  transition: all 0.35s;
}
.company_vip_page .content-management .expand-swiper-wrap .expand-swiper .swiper-slide .item-info .info-big .info-name {
  height: 30px;
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 30px;
  letter-spacing: 1px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  margin-bottom: 12px;
}
.company_vip_page .content-management .expand-swiper-wrap .expand-swiper .swiper-slide .item-info .info-big .info-desc {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 21px;
  letter-spacing: 1px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  margin-bottom: 30px;
}
.company_vip_page .content-management .expand-swiper-wrap .expand-swiper .swiper-slide .item-info .info-big .info-intro {
  display: flex;
  flex-wrap: wrap;
}
.company_vip_page .content-management .expand-swiper-wrap .expand-swiper .swiper-slide .item-info .info-big .info-intro .intro-item {
  width: 210px;
  height: 20px;
  display: flex;
  margin-bottom: 12px;
  align-items: center;
}
.company_vip_page .content-management .expand-swiper-wrap .expand-swiper .swiper-slide .item-info .info-big .info-intro .intro-item .dot {
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background: #fff;
  margin-right: 4px;
}
.company_vip_page .content-management .expand-swiper-wrap .expand-swiper .swiper-slide .item-info .info-big .info-intro .intro-item .text-1 {
  font-size: 14px;
  color: #FFFFFF;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}
.company_vip_page .content-management .expand-swiper-wrap .expand-swiper .swiper-slide .item-info .info-small {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.35s;
}
.company_vip_page .content-management .expand-swiper-wrap .expand-swiper .swiper-slide .item-info .info-small .info-name {
  font-size: 24px;
  color: #FFFFFF;
  line-height: 30px;
  letter-spacing: 1px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}
.company_vip_page .content-management .expand-swiper-wrap .expand-swiper .swiper-slide-active {
  width: 504px;
  /* active 宽度 */
}
.company_vip_page .content-management .expand-swiper-wrap .expand-swiper.is-hovering .swiper-slide-active {
  width: 220px !important;
  /* active 项变窄，避免 active 与 hover 同时变宽 */
}
.company_vip_page .content-management .expand-swiper-wrap .expand-swiper .swiper-slide.is-hover {
  width: 504px !important;
}
.company_vip_page .content-management .management-tip {
  height: 22px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 21px;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 36px;
}
.company_vip_page .plan-wrap {
  width: 100%;
  padding-top: 80px;
  box-sizing: border-box;
  height: 680px;
  background: url('http://bpic.588ku.com/compyVip/20220905/plan_bg.jpg') no-repeat center;
  background-size: auto 100%;
}
.company_vip_page .plan-wrap .small-title {
  height: 28px;
  font-size: 16px;
  color: #636369;
  line-height: 28px;
  text-align: center;
  margin-bottom: 24px;
}
.company_vip_page .card-wrap {
  padding-top: 80px;
  background: url(https://bpic.588ku.com/workben/contentBg.png) no-repeat top center;
  background-size: auto 100%;
  padding-bottom: 64px;
}
.company_vip_page .card-wrap .card-section {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
.company_vip_page .card-wrap .card-section .card-item {
  width: 389px;
  height: 246px;
  background: radial-gradient(70% 70% at 13% 24%, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%), #F0F6FF;
  box-shadow: 0px 4px 16px 0px rgba(0, 69, 132, 0.05);
  border-radius: 6px;
  border: 2px solid #FFFFFF;
  box-sizing: border-box;
  padding: 30px 30px 0 30px;
  margin-bottom: 16px;
  cursor: pointer;
  transition: all 0.3s;
}
.company_vip_page .card-wrap .card-section .card-item:hover {
  background: #E6F0FF;
  box-shadow: 0px 4px 16px 0px rgba(0, 69, 132, 0.2);
  border-radius: 6px;
  border: 2px solid #175AFF;
}
.company_vip_page .card-wrap .card-section .card-item:hover .icon-arrow-right {
  transform: translateX(205px);
}
.company_vip_page .card-wrap .card-section .card-item .icon {
  width: 46px;
  height: 46px;
  display: block;
  margin-bottom: 24px;
}
.company_vip_page .card-wrap .card-section .card-item .title {
  height: 30px;
  font-weight: bold;
  font-size: 20px;
  color: #323335;
  line-height: 30px;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.company_vip_page .card-wrap .card-section .card-item .title .sign {
  width: max-content;
  padding: 0 6px;
  height: 22px;
  line-height: 22px;
  background: linear-gradient(90deg, #FF8D5A 0%, #FF3400 100%);
  border-radius: 5px;
  font-size: 14px;
  color: #FFFFFF;
}
.company_vip_page .card-wrap .card-section .card-item .desc {
  font-size: 16px;
  color: #636369;
  margin-bottom: 12px;
  line-height: 24px;
}
.company_vip_page .card-wrap .card-section .card-item .link {
  height: 22px;
  font-size: 16px;
  color: #175AFF;
  line-height: 22px;
  user-select: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.company_vip_page .card-wrap .card-section .card-item .link .icon-arrow-right {
  display: block;
  font-size: 10px;
  margin-left: 6px;
}
.company_vip_page .ai-center {
  width: 100%;
  height: 950px;
  padding-top: 60px;
  box-sizing: border-box;
  background: url('http://bpic.588ku.com/compyVip/20220905/ai_center.jpg') no-repeat center;
  background-size: auto 100%;
}
.company_vip_page .ai-center .tip {
  height: 28px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 28px;
  margin-top: 12px;
  margin-bottom: 224px;
  text-align: center;
}
.company_vip_page .ai-center .placeholder {
  display: block;
  margin: 0 auto;
  width: 1000px;
  padding-left: 222px;
  height: 20px;
  font-weight: 400;
  font-size: 20px;
  color: #B1B0B5;
  line-height: 20px;
  position: relative;
  padding-right: 2px;
  cursor: pointer;
  /* 光标闪烁 */
  /* 每输入一个字符的“敲击”：只做亮度脉冲，避免视觉晃动 */
}
.company_vip_page .ai-center .placeholder.kbd-typing::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 2px;
  height: 16px;
  background: #267dff;
  transform: translateY(-50%);
  animation: qkBlink 0.9s steps(2, end) infinite;
  border-radius: 1px;
  opacity: 1;
}
@keyframes qkBlink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.company_vip_page .ai-center .placeholder .ai-center .placeholder.is-press {
  animation: qkPress 120ms ease-out;
}
@keyframes qkPress {
  0% {
    filter: none;
  }
  45% {
    filter: brightness(1.1);
  }
  100% {
    filter: none;
  }
}
.company_vip_page .case-wrap {
  background: #fff;
  padding-top: 80px;
}
.company_vip_page .case-wrap .firmInfo .tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  margin-top: 40px;
}
.company_vip_page .case-wrap .firmInfo .tabs .tab {
  font-size: 16px;
  color: #636369;
  line-height: 22px;
  margin: 0 20px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
}
.company_vip_page .case-wrap .firmInfo .tabs .tab::before {
  content: '';
  position: absolute;
  left: -5px;
  right: -5px;
  top: -5px;
  bottom: -5px;
}
.company_vip_page .case-wrap .firmInfo .tabs .tab::after {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  height: 3px;
  background: #267DFF;
  bottom: -8px;
  transition: all 0.3s;
}
.company_vip_page .case-wrap .firmInfo .tabs .tab.active {
  color: #267DFF;
}
.company_vip_page .case-wrap .firmInfo .tabs .tab.active::after {
  left: 0;
  right: 0;
}
.company_vip_page .case-wrap .firmInfo .tabs .tab:hover {
  color: #267DFF;
}
.company_vip_page .case-wrap .firmInfo .info-wrap-content {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  height: 500px;
}
.company_vip_page .case-wrap .firmInfo .swiper-info-wrap {
  height: 500px;
  width: 100%;
  position: absolute;
  top: 0;
  transition: all 0.5s;
  opacity: 0;
  z-index: 1;
}
@keyframes jump {
  0% {
    opacity: 0;
    transform: translateY(60px) translateX(-50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateX(-50%);
  }
}
.company_vip_page .case-wrap .firmInfo .swiper-info-wrap.active {
  z-index: 2;
  opacity: 1;
}
.company_vip_page .case-wrap .firmInfo .swiper-info-wrap.active .swiperInfo .jumpImg {
  animation: jump 0.5s ease;
}
.company_vip_page .case-wrap .firmInfo .swiper-info-wrap .swiperInfo {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  height: 500px;
}
.company_vip_page .case-wrap .firmInfo .swiper-info-wrap .swiperInfo .infoBg {
  position: relative;
  height: 500px;
}
.company_vip_page .case-wrap .firmInfo .swiper-info-wrap .swiperInfo .swiperInfoContent {
  position: absolute;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  padding: 54px 0 0 0;
  margin-left: -270px;
  overflow: hidden;
}
@media screen and (max-width: 1700px) {
  .company_vip_page .case-wrap .firmInfo .swiper-info-wrap .swiperInfo .swiperInfoContent {
    transform: none;
    left: 100px;
    margin-left: 0;
  }
}
.company_vip_page .case-wrap .firmInfo .swiper-info-wrap .swiperInfo .swiperInfoContent .icon {
  height: 60px;
  margin-bottom: 10px;
}
.company_vip_page .case-wrap .firmInfo .swiper-info-wrap .swiperInfo .swiperInfoContent .desc {
  width: 618px;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 30px;
  margin-bottom: 46px;
}
@media screen and (max-width: 1700px) {
  .company_vip_page .case-wrap .firmInfo .swiper-info-wrap .swiperInfo .swiperInfoContent .desc {
    width: 480px;
  }
}
.company_vip_page .case-wrap .firmInfo .swiper-info-wrap .swiperInfo .swiperInfoContent .moreDescInfo {
  display: flex;
}
.company_vip_page .case-wrap .firmInfo .swiper-info-wrap .swiperInfo .swiperInfoContent .moreDescInfo .infoText {
  width: 206px;
}
@media screen and (max-width: 1700px) {
  .company_vip_page .case-wrap .firmInfo .swiper-info-wrap .swiperInfo .swiperInfoContent .moreDescInfo .infoText {
    width: 160px;
  }
}
.company_vip_page .case-wrap .firmInfo .swiper-info-wrap .swiperInfo .swiperInfoContent .moreDescInfo .infoText .text1 {
  display: block;
  width: 100%;
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 32px;
  margin-bottom: 8px;
}
.company_vip_page .case-wrap .firmInfo .swiper-info-wrap .swiperInfo .swiperInfoContent .moreDescInfo .infoText .text2 {
  display: block;
  width: 100%;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 20px;
}
.company_vip_page .case-wrap .firmInfo .swiper-info-wrap .swiperInfo .swiperInfoContent .goLook {
  position: absolute;
  left: 0;
  bottom: 90px;
  display: block;
  width: 180px;
  height: 48px;
  background: #FFFFFF;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
  color: #12141A;
  user-select: none;
  transition: all 0.3s;
  cursor: pointer;
}
.company_vip_page .case-wrap .firmInfo .swiper-info-wrap .swiperInfo .swiperInfoContent .goLook:hover {
  color: #005CE6;
}
.company_vip_page .case-wrap .firmInfo .swiper-info-wrap .swiperInfo .swiperInfoContent .goLook:hover > i {
  color: #3888FF;
}
.company_vip_page .case-wrap .firmInfo .swiper-info-wrap .swiperInfo .swiperInfoContent .goLook > i {
  transition: all 0.3s;
  color: #4F4F4F;
  transform: rotate(-90deg);
  margin-left: 10px;
  font-size: 14px;
  margin-top: 1px;
  font-weight: normal;
}
.company_vip_page .case-wrap .firmInfo .swiper-info-wrap .swiperInfo .jumpImg {
  position: absolute;
  height: 500px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
  z-index: 2;
}
.company_vip_page .info_block {
  padding: 0 24px;
}
.company_vip_page .info_block .info {
  font-size: 13px;
  color: #474747;
  line-height: 20px;
  margin-bottom: 4px;
}
.company_vip_page .info_block .info .iconfont {
  font-size: 14px;
  color: #999999;
}
.company_vip_page .info_block .info.last_info {
  line-height: 28px;
  height: 60px;
  background: #F7FAFF;
  border-radius: 6px;
  padding: 6px 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 16px;
  margin: 0 -10px;
}
.company_vip_page .info_block .info.last_info label {
  width: 66px;
  font-size: 13px;
  color: #474747;
  line-height: 20px;
}
.company_vip_page .info_block .line {
  height: 1px;
  background: #E0E0E0;
  margin-top: 16px;
}
.company_vip_page .info_title {
  font-weight: bold;
  font-size: 13px;
  color: #191919;
  line-height: 20px;
  margin-top: 16px;
  margin-bottom: 8px;
}
.company_vip_page .info_title .new {
  display: inline-block;
  width: 35px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  background: rgba(255, 52, 52, 0.1);
  border-radius: 2px;
  font-size: 11px;
  color: #FF3434;
  margin-left: 4px;
  font-weight: normal;
}
.company_vip_page .dian_ico {
  width: 16px;
  vertical-align: -3px;
}
.company_vip_page .info_stitle {
  font-size: 13px;
  color: #0066FF;
  line-height: 20px;
  margin-top: 8px;
  margin-bottom: 4px;
}
.company_vip_page .spec-pakage .info_block {
  margin-top: 32px;
}
.company_vip_page .spec-pakage .info_block .info.last_info {
  height: 156px;
  align-content: flex-start;
}
.company_vip_page .spec-pakage .info_block .info.last_info label {
  width: 100%;
}
.company_vip_page .spec-pakage li button {
  width: 180px;
  height: 40px;
  border: none;
  margin: 0 auto;
  display: block;
  font-weight: bold;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s;
  margin-top: 20px;
  color: #fff;
  font-size: 16px;
  border-radius: 20px;
  background: #FF5F00;
  box-shadow: 0px 4px 10px 0px rgba(255, 95, 0, 0.1);
}
.company_vip_page .spec-pakage li button:hover {
  opacity: 0.9;
}
.company_vip_page .spec-pakage.dangz .info_block .info.last_info {
  height: 132px;
}
.company_vip_page .spec-pakage.dangz li button {
  background: #E30521;
  box-shadow: 0px 4px 10px 0px rgba(227, 5, 33, 0.1);
}
.company_vip_page .spec-pakage.firm .co_vip_set {
  height: auto;
}
.company_vip_page .spec-pakage.firm .co_vip_set:hover {
  border: none;
}
.company_vip_page .spec-pakage.firm .co_vip_set:hover > a {
  border-color: #1866FB;
}
.company_vip_page .spec-pakage.firm .co_vip_set > a {
  display: block;
  height: 100%;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  border: 2px solid #E0E3E9;
  padding-bottom: 18px;
  border-radius: 10px;
}
.company_vip_page .spec-pakage.firm .co_vip_set > a .package-hd {
  background: none;
  margin-bottom: 24px;
  padding-top: 32px;
  height: auto;
}
.company_vip_page .spec-pakage.firm .co_vip_set > a .package-hd .tit-wrap {
  justify-content: flex-start;
  margin-left: 24px;
  height: 26px;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 4px;
  font-style: normal;
}
.company_vip_page .spec-pakage.firm .co_vip_set > a .package-hd .tit-wrap .tit {
  color: #191919;
  background-image: linear-gradient(180deg, #003ED8 0%, #191A19 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.company_vip_page .spec-pakage.firm .co_vip_set > a .package-hd .subtit {
  text-align: left;
  margin-left: 24px;
  height: 20px;
  font-size: 12px;
  color: #A3A3A3;
  line-height: 20px;
}
.company_vip_page .spec-pakage.firm .co_vip_set > a h3 {
  text-align: left;
  margin-left: 24px;
  height: 42px;
}
.company_vip_page .spec-pakage.firm .co_vip_set > a .dl-limit-qkm {
  display: block;
  width: 234px;
  margin-top: 16px;
  background: linear-gradient(90deg, #4F82FF 0%, #175AFF 100%);
  box-shadow: 0px 4px 10px 0px rgba(23, 90, 255, 0.2);
}
.company_vip_page .spec-pakage.firm .co_vip_set > a .customization-title {
  padding-top: 40px;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  font-style: normal;
  margin-bottom: 30px;
  background: linear-gradient(90deg, #003ED8 0%, #191A19 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.company_vip_page .spec-pakage.firm .co_vip_set > a .customization-tip {
  font-weight: bold;
  font-size: 28px;
  color: #FF3400;
  line-height: 42px;
  margin-bottom: 16px;
  text-align: center;
}
.company_vip_page .spec-pakage.firm .co_vip_set > a .consultation-button {
  display: block;
  margin: 0 auto;
  width: 234px;
  height: 40px;
  line-height: 40px;
  background: linear-gradient(90deg, #103795 0%, #00113C 100%);
  box-shadow: 0px 4px 10px 0px rgba(0, 23, 79, 0.2);
  border-radius: 20px;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 36px;
  cursor: pointer;
}
.company_vip_page .spec-pakage.firm .co_vip_set > a .more-info {
  margin-left: 24px;
}
.company_vip_page .spec-pakage.firm .co_vip_set > a .more-info .info-detail {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.company_vip_page .spec-pakage.firm .co_vip_set > a .more-info .info-detail .icon-gou3 {
  font-size: 12px;
  color: #175AFF;
  margin-right: 4px;
}
.company_vip_page .spec-pakage.firm .co_vip_set > a .more-info .info-detail .text-1 {
  height: 20px;
  font-size: 13px;
  color: #474747;
  line-height: 20px;
}
.company_vip_page .spec-pakage.firm .co_vip_set > a .code-wx {
  margin-left: 24px;
  margin-top: 40px;
}
.company_vip_page .spec-pakage.firm .co_vip_set > a .code-wx > img {
  width: 234px;
  height: 234px;
}
.company_vip_page .type_list_horizontal {
  position: relative;
  /* .list_type {
      display: flex;
      align-items: center;
      justify-content: space-between;
      position: absolute;
      top:0;
      left: 50%;
      transform: translate(-50%,-100%);
      .all_w();
      .item {
        width: 587px;
        height: 80px;
        .setBg('tab_default.png');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% auto;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        color: #fff;
        cursor: pointer;
        background-position: top left;
        &:nth-child(1).active {
          .setBg('tab_active_left.png');
          background-position: top left;
        }
        &:nth-child(2).active {
          .setBg('tab_active_right.png');
        }
        &.active {
          color: #363B52;
        }
        p.title {
          margin-bottom: 10px;
          font-size: 24px;
          font-weight: bold;
          line-height: 24px;
          letter-spacing: 1px;
        }
        p.subtitle {
          font-size: 14px;
          line-height: 14px;
          letter-spacing: 1px;
        }
      }
    } */
}
.company_vip_page .type_list_horizontal .version_descioble {
  padding: 20px 0 30px;
  position: relative;
  max-width: 1220px;
  margin: 0 auto;
}
.company_vip_page .type_list_horizontal .version_descioble .content_box {
  padding: 0 10px 10px;
  position: relative;
  overflow: hidden;
}
.company_vip_page .type_list_horizontal .version_descioble .content_box .version_list {
  display: flex;
  transition: all 0.3s;
  transform: translate(0px, 0px);
}
.company_vip_page .type_list_horizontal .version_descioble .content_box .version_list .version_item {
  width: 280px;
  height: 506px;
  border-radius: 4px;
  flex-shrink: 0;
  margin-right: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  cursor: default;
}
.company_vip_page .type_list_horizontal .version_descioble .content_box .version_list .version_item:nth-child(2) .head {
  background: linear-gradient(90deg, #FFEDDA 0%, #FAE1C3 100%);
}
.company_vip_page .type_list_horizontal .version_descioble .content_box .version_list .version_item:nth-child(3) .head {
  background: linear-gradient(90deg, #FFEDDA 0%, #FAE1C3 100%);
}
.company_vip_page .type_list_horizontal .version_descioble .content_box .version_list .version_item:nth-child(4) .head {
  background: linear-gradient(90deg, #FAE1C3 0%, #F8D8B2 100%);
}
.company_vip_page .type_list_horizontal .version_descioble .content_box .version_list .version_item:nth-child(5) .head {
  background: url("http://bpic.588ku.com/enterprise/vip_index2/version_head.png?v=20221101") no-repeat center center;
  background-size: 100% auto;
  padding-top: 44px;
}
.company_vip_page .type_list_horizontal .version_descioble .content_box .version_list .version_item:nth-child(5) .head .title {
  font-size: 36px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 36px;
  letter-spacing: 1px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
}
.company_vip_page .type_list_horizontal .version_descioble .content_box .version_list .version_item:nth-child(5) .btn {
  background: linear-gradient(270deg, #403E56 0%, #3D4368 100%);
}
.company_vip_page .type_list_horizontal .version_descioble .content_box .version_list .version_item:nth-child(5) .btn:hover {
  background: linear-gradient(270deg, #403E56 0%, #3D4368 100%);
  opacity: 0.75;
}
.company_vip_page .type_list_horizontal .version_descioble .content_box .version_list .version_item .head {
  width: 100%;
  height: 140px;
  background: linear-gradient(90deg, #FFFAF6 0%, #FFEDDA 100%);
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  padding-top: 40px;
  border-radius: 4px 4px 0px 0px;
}
.company_vip_page .type_list_horizontal .version_descioble .content_box .version_list .version_item .head .subscript {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 160px;
  height: 30px;
  background: #FF3501;
  border-radius: 0px 0px 15px 15px;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 30px;
  text-align: center;
  letter-spacing: 1px;
}
.company_vip_page .type_list_horizontal .version_descioble .content_box .version_list .version_item .head .title {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 24px;
  letter-spacing: 1px;
  margin-bottom: 9px;
}
.company_vip_page .type_list_horizontal .version_descioble .content_box .version_list .version_item .head .price {
  color: #FF3400;
}
.company_vip_page .type_list_horizontal .version_descioble .content_box .version_list .version_item .head .price .small {
  font-size: 20px;
}
.company_vip_page .type_list_horizontal .version_descioble .content_box .version_list .version_item .head .price .big {
  font-size: 50px;
  font-weight: bold;
}
.company_vip_page .type_list_horizontal .version_descioble .content_box .version_list .version_item .head .price .symbol {
  color: #333333;
}
.company_vip_page .type_list_horizontal .version_descioble .content_box .version_list .version_item .btn {
  width: 180px;
  height: 40px;
  background: linear-gradient(90deg, #FF8D5A 0%, #FF3400 100%);
  box-shadow: 0px 4px 10px 0px rgba(236, 196, 104, 0.12);
  border-radius: 23px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  letter-spacing: 1px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.company_vip_page .type_list_horizontal .version_descioble .content_box .version_list .version_item .btn:hover {
  background: linear-gradient(90deg, #FF3400 0%, #FF8D5A 100%);
}
.company_vip_page .type_list_horizontal .version_descioble .content_box .version_list .version_item .title {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  line-height: 14px;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.company_vip_page .type_list_horizontal .version_descioble .content_box .version_list .version_item .info {
  font-size: 14px;
  color: #333333;
  line-height: 14px;
  letter-spacing: 1px;
  margin-bottom: 15px;
  text-align: center;
}
.company_vip_page .type_list_horizontal .version_descioble .content_box .version_list .version_item .info .iconfont {
  font-size: 14px;
  color: #999999;
}
.company_vip_page .type_list_horizontal .version_descioble .content_box .version_list .version_item .info.last_info {
  line-height: 28px;
}
.company_vip_page .type_list_horizontal .version_descioble .content_box .version_list .version_item .line {
  width: 240px;
  height: 1px;
  background: #E0E0E0;
  margin-bottom: 15px;
}
.company_vip_page .type_list_horizontal .version_descioble .more_btn {
  width: 32px;
  height: 85px;
  padding: 6px 10px;
  background: #FFFAF6;
  border-radius: 4px;
  position: absolute;
  top: 40px;
  left: -50px;
  font-size: 12px;
  color: #001013;
  line-height: 14px;
  letter-spacing: 1px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s;
}
.company_vip_page .type_list_horizontal .version_descioble .more_btn span {
  display: none;
}
.company_vip_page .type_list_horizontal .version_descioble .more_btn span:nth-child(1) {
  display: block;
}
.company_vip_page .type_list_horizontal .version_descioble .more_btn.show span:nth-child(1) {
  display: none;
}
.company_vip_page .type_list_horizontal .version_descioble .more_btn.show span:nth-child(2) {
  display: block;
}
.company_vip_page .type_list_horizontal .version_descioble .more_btn.show .iconfont {
  transform: rotate(180deg);
}
.company_vip_page .type_list_horizontal .version_descioble .more_btn .iconfont {
  margin-top: 4px;
}
.company_vip_page .version_dff_221206 {
  background: #F8F9FC;
  padding: 0 0 50px;
}
.company_vip_page .version_dff_221206 .head {
  text-align: center;
  margin-bottom: 20px;
}
.company_vip_page .version_dff_221206 .head .title {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 20px;
  position: relative;
  margin-bottom: 15px;
}
.company_vip_page .version_dff_221206 .head .title span.bg {
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 24px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.05);
  line-height: 24px;
  letter-spacing: 1px;
}
.company_vip_page .version_dff_221206 .head .subtitle {
  font-size: 12px;
  color: #666666;
  line-height: 12px;
  letter-spacing: 1px;
}
.company_vip_page .version_dff_221206 .table_content {
  border-radius: 4px;
}
.company_vip_page .version_dff_221206 .table_content.hide .table_body {
  height: 2746px;
}
.company_vip_page .version_dff_221206 .table_content.hide .table_put_away .show_text {
  display: block;
}
.company_vip_page .version_dff_221206 .table_content.hide .table_put_away .hide_text {
  display: none;
}
.company_vip_page .version_dff_221206 .table_content.hide .table_put_away .iconfont {
  transform: rotate(0deg);
}
.company_vip_page .version_dff_221206 .table_content table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
}
.company_vip_page .version_dff_221206 .table_content table td,
.company_vip_page .version_dff_221206 .table_content table th {
  width: 157px;
  vertical-align: middle;
}
.company_vip_page .version_dff_221206 .table_content table td:nth-child(1),
.company_vip_page .version_dff_221206 .table_content table th:nth-child(1) {
  background: #FFFFFF;
  width: 257px;
}
.company_vip_page .version_dff_221206 .table_content table td:nth-child(2),
.company_vip_page .version_dff_221206 .table_content table th:nth-child(2) {
  background: #F6F6F6;
}
.company_vip_page .version_dff_221206 .table_content table td:nth-child(3),
.company_vip_page .version_dff_221206 .table_content table th:nth-child(3) {
  background: #FFEDDA;
}
.company_vip_page .version_dff_221206 .table_content table td:nth-child(4),
.company_vip_page .version_dff_221206 .table_content table th:nth-child(4) {
  background: #FFF3E5;
}
.company_vip_page .version_dff_221206 .table_content table td:nth-child(5),
.company_vip_page .version_dff_221206 .table_content table th:nth-child(5) {
  background: #FFEDDA;
}
.company_vip_page .version_dff_221206 .table_content table td:nth-child(6),
.company_vip_page .version_dff_221206 .table_content table th:nth-child(6) {
  background: #FFF3E5;
}
.company_vip_page .version_dff_221206 .table_content table td:nth-child(7),
.company_vip_page .version_dff_221206 .table_content table th:nth-child(7) {
  background: #FFEDDA;
  width: 158px;
}
.company_vip_page .version_dff_221206 .table_content .table_head {
  height: 185px;
  margin-bottom: 6px;
}
.company_vip_page .version_dff_221206 .table_content .table_head table {
  height: 185px;
  width: 1200px;
}
.company_vip_page .version_dff_221206 .table_content .table_head table.fixed {
  position: fixed;
  top: 72px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.3);
}
.company_vip_page .version_dff_221206 .table_content .table_head table.fixed .version_item .subscript {
  top: -4px;
}
.company_vip_page .version_dff_221206 .table_content .table_head table th:first-child {
  border-top-left-radius: 4px;
}
.company_vip_page .version_dff_221206 .table_content .table_head table th:last-child {
  border-top-right-radius: 4px;
}
.company_vip_page .version_dff_221206 .table_content .table_head .table_title {
  font-size: 28px;
  font-weight: bold;
  color: #000000;
  line-height: 28px;
  letter-spacing: 1px;
}
.company_vip_page .version_dff_221206 .table_content .table_head .version_item {
  position: relative;
  display: inline-flex;
  height: 100%;
  align-items: center;
  padding-top: 46px;
  flex-direction: column;
  background: #fff;
  border-left: 1px solid #ECEFF6;
}
.company_vip_page .version_dff_221206 .table_content .table_head .version_item.ent_item .version_title {
  margin-bottom: 52px;
}
.company_vip_page .version_dff_221206 .table_content .table_head .version_item.ent_item .buy_btn {
  background: linear-gradient(90deg, #3D4368 0%, #3F3E56 100%);
}
.company_vip_page .version_dff_221206 .table_content .table_head .version_item.ent_item .buy_btn:hover {
  background: linear-gradient(90deg, #3D4368 0%, #3F3E56 100%);
  opacity: 0.8;
}
.company_vip_page .version_dff_221206 .table_content .table_head .version_item .version_title {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 22px;
  margin-bottom: 14px;
}
.company_vip_page .version_dff_221206 .table_content .table_head .version_item .version_price {
  font-size: 12px;
  color: #000000;
  line-height: 12px;
  letter-spacing: 1px;
  margin-bottom: 29px;
}
.company_vip_page .version_dff_221206 .table_content .table_head .version_item .version_price .price_count {
  font-size: 18px;
  font-weight: bold;
  color: #FF3400;
  line-height: 18px;
}
.company_vip_page .version_dff_221206 .table_content .table_head .version_item .version_price .red_info {
  color: #FF3400;
}
.company_vip_page .version_dff_221206 .table_content .table_head .version_item .buy_btn {
  width: 130px;
  height: 35px;
  background: linear-gradient(90deg, #FF8D5A 0%, #FF3400 100%);
  box-shadow: 0px 4px 10px 0px rgba(169, 137, 65, 0.2);
  border-radius: 17px;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.company_vip_page .version_dff_221206 .table_content .table_head .version_item .buy_btn:hover {
  background: linear-gradient(90deg, #FF3400 0%, #FF8D5A 100%);
}
.company_vip_page .version_dff_221206 .table_content .table_head .version_item .subscript {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  height: 26px;
  line-height: 26px;
  background: linear-gradient(90deg, #465380 0%, #25315D 100%);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  font-weight: bold;
  color: #FFEAC0;
  border-radius: 0 0 6px 6px;
  padding: 0 9.5px;
  min-width: 110px;
  white-space: nowrap;
  letter-spacing: 1px;
}
.company_vip_page .version_dff_221206 .table_content .table_body {
  overflow: hidden;
  transition: all 0.3s;
  margin: 0 -16px;
  padding: 0 16px;
}
.company_vip_page .version_dff_221206 .table_content .table_body table {
  transform: scaleX(1);
}
.company_vip_page .version_dff_221206 .table_content .table_body table td {
  padding-top: 12px;
  text-align: center;
  cursor: default;
  font-size: 14px;
  color: #333;
}
.company_vip_page .version_dff_221206 .table_content .table_body tr.line_row {
  border-bottom: 1px solid #ECEFF6;
}
.company_vip_page .version_dff_221206 .table_content .table_body tr.line_row td {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
  color: #191919;
  line-height: 20px;
}
.company_vip_page .version_dff_221206 .table_content .table_body tr.line_row td.red_text {
  font-size: 14px;
  color: #FF3400;
  line-height: 16px;
}
.company_vip_page .version_dff_221206 .table_content .table_body tr.line_row td.row_title {
  color: #757575;
}
.company_vip_page .version_dff_221206 .table_content .table_body tr.line_row td.t_14 {
  font-size: 14px;
}
.company_vip_page .version_dff_221206 .table_content .table_body td.block_title {
  font-size: 14px;
  font-weight: bold;
  color: #474747;
  line-height: 22px;
  background: #FFF8EF;
  height: 46px;
  padding-left: 24px;
  position: relative;
  padding-top: 0;
  margin-bottom: 17px;
  text-align: left;
}
.company_vip_page .version_dff_221206 .table_content .table_body td.block_title::before {
  content: '';
  border: 8px solid transparent;
  border-top-color: #FFF8EF;
  position: absolute;
  left: 80px;
  bottom: 0;
  transform: translate(0, 100%);
  border-top-width: 6px;
}
.company_vip_page .version_dff_221206 .table_content .table_body .last_row {
  padding-bottom: 7px;
}
.company_vip_page .version_dff_221206 .table_content .table_body .row_title {
  padding-left: 24px;
  font-size: 13px;
  color: #757575;
  line-height: 20px;
  letter-spacing: 1px;
  text-align: left;
}
.company_vip_page .version_dff_221206 .table_content .table_body .text_bold {
  font-size: 13px;
  font-weight: bold;
  color: #333333;
  line-height: 13px;
  letter-spacing: 1px;
}
.company_vip_page .version_dff_221206 .table_content .table_body .table_ai td.block_title {
  background: #F9FBFF;
}
.company_vip_page .version_dff_221206 .table_content .table_body .table_ai td.block_title::before {
  border-top-color: #f9fbff;
}
.company_vip_page .version_dff_221206 .table_content .table_body .table_ai td:nth-child(3) {
  background: #F0F6FF;
}
.company_vip_page .version_dff_221206 .table_content .table_body .table_ai td:nth-child(4) {
  background: #E6F0FF;
}
.company_vip_page .version_dff_221206 .table_content .table_body .table_ai td:nth-child(5) {
  background: #F0F6FF;
}
.company_vip_page .version_dff_221206 .table_content .table_body .table_ai td:nth-child(6) {
  background: #E6F0FF;
}
.company_vip_page .version_dff_221206 .table_content .table_body .table_ai td:nth-child(7) {
  background: #F0F6FF;
  width: 158px;
}
.company_vip_page .version_dff_221206 .table_content .table_body .text_light {
  font-size: 13px;
  color: #333333;
  line-height: 20px;
  letter-spacing: 1px;
}
.company_vip_page .version_dff_221206 .table_content .table_body .tip_hover {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  position: relative;
}
.company_vip_page .version_dff_221206 .table_content .table_body .tip_hover:hover .tip_content {
  display: block;
}
.company_vip_page .version_dff_221206 .table_content .table_body .tip_hover:hover .iconfont {
  color: #333333;
}
.company_vip_page .version_dff_221206 .table_content .table_body .tip_hover .iconfont {
  color: #999999;
  font-size: 14px;
  margin-left: 5px;
  position: absolute;
  top: 0;
  right: 18px;
}
.company_vip_page .version_dff_221206 .table_content .table_body .tip_hover .tip_content {
  position: absolute;
  top: 20px;
  right: -18px;
  width: 330px;
  display: none;
  z-index: 111;
}
.company_vip_page .version_dff_221206 .table_content .table_body .icon-qiye-yuangou {
  color: #25D95C;
  font-size: 18px;
  font-weight: bold;
}
.company_vip_page .version_dff_221206 .table_content .table_body .iconfont.icon-remove,
.company_vip_page .version_dff_221206 .table_content .table_body .iconfont.icon-close1 {
  color: #FF3400;
  font-size: 15px;
}
.company_vip_page .version_dff_221206 .table_content .table_put_away {
  width: 100%;
  height: 45px;
  background: linear-gradient(360deg, #FFFFFF 0%, #FFFFFF 100%);
  font-size: 14px;
  color: #000000;
  line-height: 14px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-top: 6px;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
}
.company_vip_page .version_dff_221206 .table_content .table_put_away:hover {
  font-weight: bold;
}
.company_vip_page .version_dff_221206 .table_content .table_put_away .show_text {
  display: none;
}
.company_vip_page .version_dff_221206 .table_content .table_put_away .iconfont {
  transform: rotate(180deg);
}
.company_vip_page .version_table_block {
  background: #F8F9FC;
  padding: 50px 0 164px;
}
.company_vip_page .version_table_block .head {
  text-align: center;
  margin-bottom: 20px;
}
.company_vip_page .version_table_block .head .title {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 20px;
  position: relative;
  margin-bottom: 15px;
}
.company_vip_page .version_table_block .head .title span.bg {
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 24px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.05);
  line-height: 24px;
  letter-spacing: 1px;
}
.company_vip_page .version_table_block .head .subtitle {
  font-size: 12px;
  color: #666666;
  line-height: 12px;
  letter-spacing: 1px;
}
.company_vip_page .vip_service_221206 {
  padding-top: 60px;
  margin-bottom: 60px;
}
.company_vip_page .vip_service_221206 .title {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 31px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.company_vip_page .vip_service_221206 .title .title_bg {
  font-size: 24px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.05);
  line-height: 24px;
  letter-spacing: 1px;
  position: absolute;
  bottom: -8px;
}
.company_vip_page .vip_service_221206 .service_content {
  width: 1000px;
  text-align: center;
  margin: 0 auto;
  margin-top: 38px;
}
.company_vip_page .vip_service_221206 .service_descible {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.company_vip_page .vip_service_221206 .service_descible .service_descible_item {
  width: 285px;
  height: 267px;
  background: #FFFFFF;
  border-radius: 15px;
  border: 1px solid #E8EAEC;
  overflow: hidden;
}
.company_vip_page .vip_service_221206 .service_descible .service_descible_item .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 139px;
  background: #F8F9FC;
  padding: 0 22px;
}
.company_vip_page .vip_service_221206 .service_descible .service_descible_item .head .title {
  font-size: 20px;
  font-weight: bold;
  color: #33383D;
  line-height: 20px;
  letter-spacing: 2px;
}
.company_vip_page .vip_service_221206 .service_descible .service_descible_item .head .icon {
  width: 60px;
  height: 60px;
}
.company_vip_page .vip_service_221206 .service_descible .service_descible_item .head .icon img {
  width: 100%;
}
.company_vip_page .vip_service_221206 .service_descible .service_descible_item .body {
  padding-top: 17px;
  padding-left: 22px;
  padding-bottom: 38px;
}
.company_vip_page .vip_service_221206 .service_descible .service_descible_item .body .info_item {
  font-size: 14px;
  color: #636C78;
  line-height: 14px;
  letter-spacing: 1px;
}
.company_vip_page .vip_service_221206 .service_descible .service_descible_item .body .info_item:not(:last-child) {
  margin-bottom: 15px;
}
.company_vip_page .vip_service_221206 .service_descible .service_descible_item .body .info_item:before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #636C78;
  border-radius: 50%;
  margin-right: 10px;
}
.company_vip_page .vip_copyright_221206 .title {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 31px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.company_vip_page .vip_copyright_221206 .title .title_bg {
  font-size: 24px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.05);
  line-height: 24px;
  letter-spacing: 1px;
  position: absolute;
  bottom: -8px;
}
.company_vip_page .vip_copyright_221206 .info {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 22px;
}
.company_vip_page .vip_copyright_221206 .vip_copyright_content {
  display: flex;
  justify-content: center;
  padding-bottom: 60px;
}
.company_vip_page .vip_copyright_221206 .vip_copyright_content .vip_copyright_item {
  border-radius: 4px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.company_vip_page .vip_copyright_221206 .vip_copyright_content .vip_copyright_item .content_img {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.company_vip_page .vip_copyright_221206 .vip_copyright_content .vip_copyright_item:nth-child(1) {
  margin-right: 40px;
}
.company_vip_page .vip_copyright_221206 .vip_copyright_content .vip_copyright_item:nth-child(1) .content_img {
  width: 515px;
  height: 380px;
}
.company_vip_page .vip_copyright_221206 .vip_copyright_content .vip_copyright_item:nth-child(2) .content_img {
  width: 539px;
  height: 382px;
}
.company_vip_page .vip_copyright_221206 .vip_copyright_content .vip_copyright_item .content_info {
  margin-top: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #666666;
  line-height: 14px;
  letter-spacing: 1px;
}
.company_vip_page .vip_usegiude_221206 {
  padding-top: 30px;
  padding-bottom: 60px;
}
.company_vip_page .vip_usegiude_221206 .title {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 31px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.company_vip_page .vip_usegiude_221206 .title .title_bg {
  font-size: 24px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.05);
  line-height: 24px;
  letter-spacing: 1px;
  position: absolute;
  bottom: -8px;
}
.company_vip_page .vip_usegiude_221206 .vip_usegiude_content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.company_vip_page .vip_usegiude_221206 .vip_usegiude_content img {
  width: 100%;
}
.company_vip_page .vip_usegiude_221206 .vip_usegiude_content .head {
  margin-bottom: 15px;
  width: 947px;
  height: 32px;
}
.company_vip_page .vip_usegiude_221206 .vip_usegiude_content .body {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.company_vip_page .vip_usegiude_221206 .vip_usegiude_content .body .guide_item {
  width: 285px;
  height: 260px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
}
.company_vip_page .vip_usegiude_221206 .vip_usegiude_content .body .guide_item .title {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 20px;
  letter-spacing: 1px;
  margin-bottom: 14px;
}
.company_vip_page .vip_usegiude_221206 .vip_usegiude_content .body .guide_item .subtitle {
  font-size: 14px;
  color: #666666;
  line-height: 26px;
  letter-spacing: 1px;
}
.company_vip_page .vip_usegiude_221206 .vip_usegiude_content .body .guide_item img {
  width: 285px;
  height: 260px;
  position: absolute;
  top: 0;
  left: 0;
}
.company_vip_page .single_block {
  padding-bottom: 60px;
}
.company_vip_page .single_block .authorization_buy {
  position: relative;
}
.company_vip_page .single_block .authorization_buy .pull_change {
  position: absolute;
  display: flex;
  height: 105px;
  top: 0;
  left: 0;
  transform: translate(0, -100%);
  width: 100%;
}
.company_vip_page .single_block .authorization_buy .pull_change .tab_item {
  position: absolute;
  width: 696px;
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  flex-direction: column;
  color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  cursor: pointer;
  user-select: none;
}
.company_vip_page .single_block .authorization_buy .pull_change .tab_item.active {
  color: #363B52;
  z-index: 2;
}
.company_vip_page .single_block .authorization_buy .pull_change .tab_item:nth-child(1) {
  left: 0;
  background-image: url('http://bpic.588ku.com/compyVip/20220905/author_buy_left.png');
}
.company_vip_page .single_block .authorization_buy .pull_change .tab_item:nth-child(1).active {
  background: url('http://bpic.588ku.com/compyVip/20220905/author_buy_left_active.png');
}
.company_vip_page .single_block .authorization_buy .pull_change .tab_item:nth-child(2) {
  background-image: url('http://bpic.588ku.com/compyVip/20220905/author_buy_right.png');
  right: 0;
}
.company_vip_page .single_block .authorization_buy .pull_change .tab_item:nth-child(2).active {
  background: url('http://bpic.588ku.com/compyVip/20220905/author_buy_right_active.png');
}
.company_vip_page .single_block .authorization_buy .pull_change .tab_item .tab_item_title {
  font-size: 24px;
  font-weight: normal;
  line-height: 24px;
}
.company_vip_page .single_block .authorization_buy .pull_change .tab_item .tab_item_subtitle {
  margin-top: 10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
}
.company_vip_page .single_block .authorization_buy .author_buy_select {
  background-color: #F7F8FA;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  padding-top: 31px;
}
.company_vip_page .single_block .authorization_buy .author_buy_select .ctrl_line {
  width: 2px;
  height: 734px;
  background-color: #E3E3E3;
}
.company_vip_page .single_block .authorization_buy .author_buy_select .content_block {
  background-color: #F7F8FA;
  border-radius: 10px;
}
.company_vip_page .single_block .authorization_buy .author_buy_select .author_buy_select_ctrl .author_buy_money {
  display: flex;
  justify-content: space-between;
  padding: 28px 0;
  width: 890px;
  padding-left: 30px;
  padding-right: 34px;
}
.company_vip_page .single_block .authorization_buy .author_buy_select .author_buy_select_ctrl .author_buy_money .author_buy_now_btn {
  width: 215px;
  height: 55px;
  background: #FF3400;
  border-radius: 35px;
  font-size: 22px;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.company_vip_page .single_block .authorization_buy .author_buy_select .author_buy_select_ctrl .author_buy_money .total_price {
  color: #FF3400;
  display: inline-block;
}
.company_vip_page .single_block .authorization_buy .author_buy_select .author_buy_select_ctrl .author_buy_money .total_price .price_number {
  font-size: 40px;
  font-weight: bold;
  color: #FF3400;
  line-height: 40px;
}
.company_vip_page .single_block .authorization_buy .author_buy_select .author_buy_select_ctrl .author_buy_money .total_price .price_symbol {
  margin-right: 6px;
  font-size: 20px;
  font-weight: normal;
  color: #FF3400;
  line-height: 22px;
}
.company_vip_page .single_block .authorization_buy .author_buy_select .author_buy_select_ctrl .author_buy_money .total_money_text {
  font-size: 22px;
  font-weight: normal;
  color: #313547;
  line-height: 22px;
  margin-right: 15px;
}
.company_vip_page .single_block .authorization_buy .author_buy_select .author_buy_select_ctrl .author_buy_type_select {
  margin-left: 30px;
  margin-bottom: 20px;
  margin-right: 20px;
  width: 860px;
  padding-left: 20px;
  padding-top: 17px;
  padding-bottom: 30px;
}
.company_vip_page .single_block .authorization_buy .author_buy_select .author_buy_select_ctrl .author_buy_type_select .author_buy_title {
  font-size: 14px;
  font-weight: normal;
  color: #313547;
  line-height: 14px;
  margin-bottom: 18px;
}
.company_vip_page .single_block .authorization_buy .author_buy_select .author_buy_select_ctrl .author_buy_type_select .author_buy_title .title_icon {
  margin-right: 10px;
}
.company_vip_page .single_block .authorization_buy .author_buy_select .author_buy_select_ctrl .author_buy_type_select .author_count .author_buy_count_list {
  display: flex;
}
.company_vip_page .single_block .authorization_buy .author_buy_select .author_buy_select_ctrl .author_buy_type_select .author_count .author_buy_count_list .author_count_item {
  min-width: 115px;
  height: 60px;
  border-radius: 10px;
  border: 2px solid #EAEAEA;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  overflow: hidden;
}
.company_vip_page .single_block .authorization_buy .author_buy_select .author_buy_select_ctrl .author_buy_type_select .author_count .author_buy_count_list .author_count_item.active {
  border: 2px solid #FF6057;
}
.company_vip_page .single_block .authorization_buy .author_buy_select .author_buy_select_ctrl .author_buy_type_select .author_count .author_buy_count_list .author_count_item.active .radio {
  border: 2px solid #FF6057;
}
.company_vip_page .single_block .authorization_buy .author_buy_select .author_buy_select_ctrl .author_buy_type_select .author_count .author_buy_count_list .author_count_item.active .radio:after {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #FF6057;
  position: absolute;
  border-radius: 50%;
}
.company_vip_page .single_block .authorization_buy .author_buy_select .author_buy_select_ctrl .author_buy_type_select .author_count .author_buy_count_list .author_count_item input {
  width: 142px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #313547;
  line-height: 16px;
  height: 100%;
  border: none;
  outline: none;
}
.company_vip_page .single_block .authorization_buy .author_buy_select .author_buy_select_ctrl .author_buy_type_select .author_count .author_buy_count_list .author_count_item .radio {
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 2px solid #EAEAEA;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.company_vip_page .single_block .authorization_buy .author_buy_select .author_buy_select_ctrl .author_buy_type_select .author_count .author_buy_count_list .author_count_item .add_btn,
.company_vip_page .single_block .authorization_buy .author_buy_select .author_buy_select_ctrl .author_buy_type_select .author_count .author_buy_count_list .author_count_item .minus_btn {
  width: 62px;
  height: 100%;
  background-color: #fff;
  font-size: 26px;
  font-weight: 600;
  color: #A1A1A1;
  line-height: 26px;
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  justify-content: center;
}
.company_vip_page .single_block .authorization_buy .author_buy_select .author_buy_select_ctrl .author_buy_type_select .author_count .author_buy_count_list .author_count_item .add_btn:hover,
.company_vip_page .single_block .authorization_buy .author_buy_select .author_buy_select_ctrl .author_buy_type_select .author_count .author_buy_count_list .author_count_item .minus_btn:hover {
  background: #F7F8FA;
}
.company_vip_page .single_block .authorization_buy .author_buy_select .author_buy_select_ctrl .author_buy_type_select .author_count .author_buy_count_list .author_count_item .add_btn {
  border-left: 1px solid #EAEAEA;
}
.company_vip_page .single_block .authorization_buy .author_buy_select .author_buy_select_ctrl .author_buy_type_select .author_count .author_buy_count_list .author_count_item .minus_btn {
  border-right: 1px solid #EAEAEA;
}
.company_vip_page .single_block .authorization_buy .author_buy_select .author_buy_select_ctrl .author_buy_type_select .author_count .author_buy_count_list .author_count_item .count_text {
  font-size: 16px;
  font-weight: 600;
  color: #313547;
  line-height: 16px;
  margin-left: 15px;
}
.company_vip_page .single_block .authorization_buy .author_buy_select .author_buy_select_ctrl .author_buy_type_select .author_type {
  margin-bottom: 10px;
}
.company_vip_page .single_block .authorization_buy .author_buy_select .author_buy_select_ctrl .author_buy_type_select .author_type .author_type_list {
  display: flex;
  flex-wrap: wrap;
}
.company_vip_page .single_block .authorization_buy .author_buy_select .author_buy_select_ctrl .author_buy_type_select .author_type .author_type_list .author_type_item {
  width: 260px;
  height: 128px;
  border: 2px solid #EAEAEA;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-right: 20px;
  position: relative;
  background-color: #fff;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  cursor: pointer;
  user-select: none;
}
.company_vip_page .single_block .authorization_buy .author_buy_select .author_buy_select_ctrl .author_buy_type_select .author_type .author_type_list .author_type_item .info {
  font-size: 12px;
  font-weight: 400;
  color: #9B9B9B;
  line-height: 20px;
}
.company_vip_page .single_block .authorization_buy .author_buy_select .author_buy_select_ctrl .author_buy_type_select .author_type .author_type_list .author_type_item .head {
  font-size: 14px;
  font-weight: 600;
  color: #313547;
  line-height: 16px;
  margin-right: 5px;
  margin-bottom: 6px;
}
.company_vip_page .single_block .authorization_buy .author_buy_select .author_buy_select_ctrl .author_buy_type_select .author_type .author_type_list .author_type_item .head::after {
  content: '【永久授权】';
  font-size: 10px;
  font-weight: 400;
  color: #313547;
  line-height: 12px;
}
.company_vip_page .single_block .authorization_buy .author_buy_select .author_buy_select_ctrl .author_buy_type_select .author_type .author_type_list .author_type_item.active {
  border: 2px solid #FF6057;
}
.company_vip_page .single_block .authorization_buy .author_buy_select .author_buy_select_ctrl .author_buy_type_select .author_type .author_type_list .author_type_item.active::after {
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: -2px;
  right: -2px;
  background: url('http://bpic.588ku.com/compyVip/20220905/author_type_active.svg') no-repeat center;
  background-size: 100% auto;
}
.company_vip_page .single_block .authorization_buy .author_buy_select .author_buy_select_describle {
  width: 266px;
  padding-left: 55px;
  padding-top: 30px;
  color: #313547;
}
.company_vip_page .single_block .authorization_buy .author_buy_select .author_buy_select_describle .author_describle_link {
  display: flex;
  flex-direction: column;
  padding-left: 57px;
  margin-top: 93px;
}
.company_vip_page .single_block .authorization_buy .author_buy_select .author_buy_select_describle .author_describle_link a {
  font-size: 13px;
  font-weight: 500;
  color: #313547;
  line-height: 16px;
  text-decoration: underline;
}
.company_vip_page .single_block .authorization_buy .author_buy_select .author_buy_select_describle .author_describle_link a:hover {
  opacity: 0.5;
}
.company_vip_page .single_block .authorization_buy .author_buy_select .author_buy_select_describle .author_describle_link a:first-child {
  margin-bottom: 20px;
}
.company_vip_page .single_block .authorization_buy .author_buy_select .author_buy_select_describle .author_describle_block:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 16px;
  background: url('http://bpic.588ku.com/compyVip/20220905/gou.svg') no-repeat center center;
  top: 0;
  left: 0;
}
.company_vip_page .single_block .authorization_buy .author_buy_select .author_buy_select_describle .author_describle_block .block_info {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 30px;
}
.company_vip_page .single_block .authorization_buy .author_buy_select .author_buy_select_describle .author_describle_block .block_info:last-child {
  margin-bottom: 15px;
}
.company_vip_page .single_block .authorization_buy .author_buy_select .author_buy_select_describle .author_describle_block .block_title {
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  margin-bottom: 7px;
}
.company_vip_page .single_block .authorization_buy .author_buy_select .author_buy_select_describle .author_describle_block {
  padding-left: 24px;
  position: relative;
}
.company_vip_page .single_block .authorization_buy .author_buy_select .author_buy_select_describle .author_describle_title {
  font-size: 18px;
  font-weight: normal;
  line-height: 14px;
  margin-bottom: 30px;
}
.company_vip_page .single_block .authorization_buy .custom-strength-qy {
  display: inline-block;
  background-color: #F7F8FA;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.company_vip_page .single_block .authorization_buy .custom-strength-qy > .contacts {
  display: flex;
  justify-content: space-between;
  width: 656px;
  margin: 0 auto;
  color: #000;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 18px;
}
.company_vip_page .single_block .authorization_buy .custom-strength-qy > .contacts:nth-child(3) {
  margin-bottom: 50px;
}
.company_vip_page .single_block .authorization_buy .custom-strength-qy > .title {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  line-height: 20px;
  letter-spacing: 1px;
  margin: 52px auto 30px auto;
}
.company_vip_page .single_block .authorization_buy .custom-strength-qy > .title em {
  color: #97724C;
}
.company_vip_page .single_block .authorization_buy .custom-strength-qy > .title em span {
  vertical-align: top;
}
.company_vip_page .single_block .authorization_buy .custom-strength-qy > .title em .icon-consulting {
  width: 36px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
  background: url("http://js.588ku.com/comp/compyVip/images/d20220628/icon-consulting1.svg") no-repeat 0 0px / 100% 100%;
}
.company_vip_page .single_block .authorization_buy .custom-strength-qy .form-table {
  width: 656px;
  margin: 0 auto;
}
.company_vip_page .single_block .authorization_buy .custom-strength-qy .form-table .inputinfo-box {
  width: 100%;
  margin-bottom: 24px;
}
.company_vip_page .single_block .authorization_buy .custom-strength-qy .form-table input {
  width: 100% !important;
  height: 69px !important;
}
.company_vip_page .single_block .authorization_buy .custom-strength-qy .form-table .company-name {
  width: 380px;
  height: 40px;
  background: #F5F5F5;
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  padding-left: 14px;
  box-sizing: border-box;
  color: #333333;
}
.company_vip_page .single_block .authorization_buy .custom-strength-qy .form-table .company-name:focus {
  border: none !important;
}
.company_vip_page .single_block .authorization_buy .custom-strength-qy .form-table .getmsg-codebox {
  display: flex;
}
.company_vip_page .single_block .authorization_buy .custom-strength-qy .form-table .getmsg-codebox .submit-form {
  width: 100%;
  height: 69px;
  background: #c6c6c6;
  border-radius: 4px;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 69px;
  text-align: center;
  cursor: pointer;
}
.company_vip_page .single_block .authorization_buy .custom-strength-qy .form-table .getmsg-codebox .click {
  background: #F7D6B0;
  color: #583B2C;
}
.company_vip_page .single_block .authorization_buy .custom-strength-qy .form-table .getmsg-codebox .company-code {
  width: 232px;
  height: 40px;
  background: #F5F5F5;
  border-radius: 2px;
}
.company_vip_page .single_block .authorization_buy .custom-strength-qy .form-table .getmsg-codebox .get-msgCode {
  display: inline-block;
  width: 223px;
  height: 69px;
  background: #c6c6c6;
  border-radius: 2px;
  margin-left: 32px;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 69px;
  text-align: center;
  cursor: pointer;
}
.company_vip_page .single_block .authorization_buy .custom-strength-qy .form-table .getmsg-codebox .get-msgCode.click {
  background: #F7D6B0;
  color: #583B2C;
}
.company_vip_page .describle_block {
  background-color: #F8F9FC;
  padding: 50px 0;
}
.company_vip_page .describle_block .title-box {
  font-size: 24px;
  font-weight: bold;
  color: #212121;
  line-height: 31px;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
.company_vip_page .describle_block .title-box .bg {
  font-size: 24px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.05);
  line-height: 24px;
  letter-spacing: 1px;
  position: absolute;
  top: 17px;
  left: 50%;
  transform: translate(-50%, 0);
}
.company_vip_page .describle_block .tdt-ctn {
  display: flex;
  justify-content: space-between;
}
.company_vip_page .describle_block .tdt-ctn .left-box .list-item {
  width: 515px;
  height: 90px;
  opacity: 1;
  margin-bottom: 16px;
  border-radius: 20px;
  position: relative;
  padding: 25px 0 0 30px;
  box-sizing: border-box;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.company_vip_page .describle_block .tdt-ctn .left-box .list-item:last-child {
  margin-bottom: 0;
}
.company_vip_page .describle_block .tdt-ctn .left-box .list-item span {
  font-size: 20px;
  font-weight: bold;
  color: #212121;
  line-height: 18px;
  letter-spacing: 1px;
  margin-bottom: 11px;
}
.company_vip_page .describle_block .tdt-ctn .left-box .list-item .b-tip {
  font-size: 13px;
  color: #666666;
  line-height: 18px;
}
.company_vip_page .describle_block .tdt-ctn .left-box .list-item .r-sj {
  position: absolute;
  border-top: 6px solid transparent;
  border-left: 12px solid #fff;
  border-bottom: 6px solid transparent;
  right: -8px;
  top: 50%;
  margin-top: -6px;
  display: none;
}
.company_vip_page .describle_block .tdt-ctn .left-box .list-item.on {
  background: #fff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
.company_vip_page .describle_block .tdt-ctn .left-box .list-item.on .r-sj {
  display: block;
}
.company_vip_page .describle_block .tdt-ctn .right-box {
  width: 630px;
  height: 407px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  background: #ffffff;
  border: 2px solid #EEF3F7;
  border-radius: 4px;
}
.company_vip_page .describle_block .tdt-ctn .right-box .video-box {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.company_vip_page .describle_block .tdt-ctn .right-box .video-box.img1 {
  background: url(http://static.588ku.com/imgPath/compyVip/images/index/gl.png) no-repeat center / 100%;
}
.company_vip_page .describle_block .tdt-ctn .right-box .video-box.img2 {
  background: url(http://static.588ku.com/imgPath/compyVip/images/index/td.png) no-repeat center / 100%;
}
.company_vip_page .describle_block .tdt-ctn .right-box .video-box.img3 {
  background: url(http://static.588ku.com/imgPath/compyVip/images/img2.jpg) no-repeat center / 100%;
}
.company_vip_page .describle_block .tdt-ctn .right-box .video-box.img4 {
  background: url(http://static.588ku.com/imgPath/compyVip/images/img1.jpg) no-repeat center / 100%;
}
.company_vip_page .copy_right_info {
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.company_vip_page .copy_right_info .title {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 31px;
  position: relative;
  margin-bottom: 20px;
}
.company_vip_page .copy_right_info .title .bg {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 24px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.05);
  line-height: 24px;
  letter-spacing: 1px;
  white-space: nowrap;
}
.company_vip_page .copy_right_info .describe {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 22px;
}
.company_vip_page .copy_right_info .certificate {
  display: flex;
}
.company_vip_page .copy_right_info .certificate img {
  height: 380px;
}
.company_vip_page .copy_right_info .certificate img:first-child {
  margin-right: 40px;
}
.company_vip_page .feature5-wrapper {
  overflow: hidden;
  width: 100%;
  text-align: center;
  background: #363B52;
}
.company_vip_page .feature5-wrapper .title {
  margin: 50px auto 20px auto;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
}
.company_vip_page .feature5-wrapper .client-box {
  padding-bottom: 50px;
}
.company_vip_page .feature5-wrapper .client-box .client-ctn .client-list {
  height: 334px;
  background: url('http://static.588ku.com/imgPath/compyVip/images/index/V1/logos.png!/fh/334/unsharp/true/compress/true') no-repeat center;
}
.company_vip_page .feature5-wrapper .client-box .client-ctn .client-list .c-item {
  width: 110px;
  height: 64px;
  margin-right: 10px;
  margin-bottom: 40px;
  float: left;
  position: relative;
  transform: translateX(62px);
  margin-bottom: 0;
  width: 111px;
  height: 128px;
  box-sizing: border-box;
}
.company_vip_page .feature5-wrapper .client-box .client-ctn .client-list .c-item:nth-child(9) {
  margin-right: 50px;
}
.company_vip_page .feature5-wrapper .client-box .client-ctn .client-list .c-item:nth-child(n+10) {
  transform: translateX(2px);
  position: relative;
  top: -25px;
}
.company_vip_page .feature5-wrapper .client-box .client-ctn .client-list .c-item:nth-child(19) {
  margin-right: 0px;
}
.company_vip_page .feature5-wrapper .client-box .client-ctn .client-list .c-item:nth-child(n+20) {
  transform: translateX(64px);
  position: relative;
  top: -50px;
}
.company_vip_page .feature5-wrapper .client-box .client-ctn .client-list .c-item:hover .item-ctn,
.company_vip_page .feature5-wrapper .client-box .client-ctn .client-list .c-item.on .item-ctn {
  background: url('http://static.588ku.com/imgPath/compyVip/images/index/V1/logohover.png') no-repeat center / 1199px;
}
.company_vip_page .feature5-wrapper .client-box .client-ctn .client-list .c-item:hover .item-ctn.baidu,
.company_vip_page .feature5-wrapper .client-box .client-ctn .client-list .c-item.on .item-ctn.baidu {
  background-position: -62px -0.2px;
}
.company_vip_page .feature5-wrapper .client-box .client-ctn .client-list .c-item:hover .item-ctn.zgsh,
.company_vip_page .feature5-wrapper .client-box .client-ctn .client-list .c-item.on .item-ctn.zgsh {
  background-position: -303.9px -0.2px;
}
.company_vip_page .feature5-wrapper .client-box .client-ctn .client-list .c-item:hover .item-ctn.fc,
.company_vip_page .feature5-wrapper .client-box .client-ctn .client-list .c-item.on .item-ctn.fc {
  background-position: -424.9px -0.2px;
}
.company_vip_page .feature5-wrapper .client-box .client-ctn .client-list .c-item:hover .item-ctn.shtsg,
.company_vip_page .feature5-wrapper .client-box .client-ctn .client-list .c-item.on .item-ctn.shtsg {
  background-position: -545.6px -0.2px;
}
.company_vip_page .feature5-wrapper .client-box .client-ctn .client-list .c-item:hover .item-ctn.yfd,
.company_vip_page .feature5-wrapper .client-box .client-ctn .client-list .c-item.on .item-ctn.yfd {
  background-position: -666.6px -0.2px;
}
.company_vip_page .feature5-wrapper .client-box .client-ctn .client-list .c-item:hover .item-ctn.aljy,
.company_vip_page .feature5-wrapper .client-box .client-ctn .client-list .c-item.on .item-ctn.aljy {
  background-position: -787.4px -0.2px;
}
.company_vip_page .feature5-wrapper .client-box .client-ctn .client-list .c-item:hover .item-ctn.xyzq,
.company_vip_page .feature5-wrapper .client-box .client-ctn .client-list .c-item.on .item-ctn.xyzq {
  background-position: -182.8px -0.2px;
}
.company_vip_page .feature5-wrapper .client-box .client-ctn .client-list .c-item:hover .item-ctn.bjsrmjcy,
.company_vip_page .feature5-wrapper .client-box .client-ctn .client-list .c-item.on .item-ctn.bjsrmjcy {
  background-position: -908.4px -0.2px;
}
.company_vip_page .feature5-wrapper .client-box .client-ctn .client-list .c-item:hover .item-ctn.zgdx,
.company_vip_page .feature5-wrapper .client-box .client-ctn .client-list .c-item.on .item-ctn.zgdx {
  background-position: -1029px -0.2px;
}
.company_vip_page .feature5-wrapper .client-box .client-ctn .client-list .c-item:hover .item-ctn.tpybx,
.company_vip_page .feature5-wrapper .client-box .client-ctn .client-list .c-item.on .item-ctn.tpybx {
  background-position: -2px -103.5px;
}
.company_vip_page .feature5-wrapper .client-box .client-ctn .client-list .c-item:hover .item-ctn.pajk,
.company_vip_page .feature5-wrapper .client-box .client-ctn .client-list .c-item.on .item-ctn.pajk {
  background-position: -123px -103.5px;
}
.company_vip_page .feature5-wrapper .client-box .client-ctn .client-list .c-item:hover .item-ctn.xhbx,
.company_vip_page .feature5-wrapper .client-box .client-ctn .client-list .c-item.on .item-ctn.xhbx {
  background-position: -244px -103.5px;
}
.company_vip_page .feature5-wrapper .client-box .client-ctn .client-list .c-item:hover .item-ctn.zggsyh,
.company_vip_page .feature5-wrapper .client-box .client-ctn .client-list .c-item.on .item-ctn.zggsyh {
  background-position: -365px -103.5px;
}
.company_vip_page .feature5-wrapper .client-box .client-ctn .client-list .c-item:hover .item-ctn.shyh,
.company_vip_page .feature5-wrapper .client-box .client-ctn .client-list .c-item.on .item-ctn.shyh {
  background-position: -485.5px -103.5px;
}
.company_vip_page .feature5-wrapper .client-box .client-ctn .client-list .c-item:hover .item-ctn.zgrb,
.company_vip_page .feature5-wrapper .client-box .client-ctn .client-list .c-item.on .item-ctn.zgrb {
  background-position: -606.5px -103.5px;
}
.company_vip_page .feature5-wrapper .client-box .client-ctn .client-list .c-item:hover .item-ctn.scys,
.company_vip_page .feature5-wrapper .client-box .client-ctn .client-list .c-item.on .item-ctn.scys {
  background-position: -727.5px -103.5px;
}
.company_vip_page .feature5-wrapper .client-box .client-ctn .client-list .c-item:hover .item-ctn.xhn,
.company_vip_page .feature5-wrapper .client-box .client-ctn .client-list .c-item.on .item-ctn.xhn {
  background-position: -848.5px -103.5px;
}
.company_vip_page .feature5-wrapper .client-box .client-ctn .client-list .c-item:hover .item-ctn.sdgd,
.company_vip_page .feature5-wrapper .client-box .client-ctn .client-list .c-item.on .item-ctn.sdgd {
  background-position: -969px -103.5px;
}
.company_vip_page .feature5-wrapper .client-box .client-ctn .client-list .c-item:hover .item-ctn.sxgd,
.company_vip_page .feature5-wrapper .client-box .client-ctn .client-list .c-item.on .item-ctn.sxgd {
  background-position: -1090px -103.5px;
}
.company_vip_page .feature5-wrapper .client-box .client-ctn .client-list .c-item:hover .item-ctn.gxgb,
.company_vip_page .feature5-wrapper .client-box .client-ctn .client-list .c-item.on .item-ctn.gxgb {
  background-position: -64px -207px;
}
.company_vip_page .feature5-wrapper .client-box .client-ctn .client-list .c-item:hover .item-ctn.dkn,
.company_vip_page .feature5-wrapper .client-box .client-ctn .client-list .c-item.on .item-ctn.dkn {
  background-position: -185px -206.5px;
}
.company_vip_page .feature5-wrapper .client-box .client-ctn .client-list .c-item:hover .item-ctn.qcs,
.company_vip_page .feature5-wrapper .client-box .client-ctn .client-list .c-item.on .item-ctn.qcs {
  background-position: -305px -207px;
}
.company_vip_page .feature5-wrapper .client-box .client-ctn .client-list .c-item:hover .item-ctn.bjxdqc,
.company_vip_page .feature5-wrapper .client-box .client-ctn .client-list .c-item.on .item-ctn.bjxdqc {
  background-position: -426.5px -206.5px;
}
.company_vip_page .feature5-wrapper .client-box .client-ctn .client-list .c-item:hover .item-ctn.qhdxcbs,
.company_vip_page .feature5-wrapper .client-box .client-ctn .client-list .c-item.on .item-ctn.qhdxcbs {
  background-position: -547.5px -206.5px;
}
.company_vip_page .feature5-wrapper .client-box .client-ctn .client-list .c-item:hover .item-ctn.yfjy,
.company_vip_page .feature5-wrapper .client-box .client-ctn .client-list .c-item.on .item-ctn.yfjy {
  background-position: -668.5px -206.5px;
}
.company_vip_page .feature5-wrapper .client-box .client-ctn .client-list .c-item:hover .item-ctn.gfyh,
.company_vip_page .feature5-wrapper .client-box .client-ctn .client-list .c-item.on .item-ctn.gfyh {
  background-position: -789px -206.5px;
}
.company_vip_page .feature5-wrapper .client-box .client-ctn .client-list .c-item:hover .item-ctn.aqy,
.company_vip_page .feature5-wrapper .client-box .client-ctn .client-list .c-item.on .item-ctn.aqy {
  background-position: -910.5px -206.5px;
}
.company_vip_page .feature5-wrapper .client-box .client-ctn .client-list .c-item:hover .item-ctn.hdys,
.company_vip_page .feature5-wrapper .client-box .client-ctn .client-list .c-item.on .item-ctn.hdys {
  background-position: -1031px -206.5px;
}
.company_vip_page .feature5-wrapper .client-box .client-ctn .client-list .c-item .item-ctn {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.company_vip_page .feature5-wrapper .client-box .client-ctn .client-list .c-item .item-ctn::before {
  top: -32px;
}
.company_vip_page .feature5-wrapper .client-box .client-ctn .client-list .c-item .item-ctn:after {
  bottom: -32px;
}
.company_vip_page .feature5-wrapper .client-box .client-ctn .client-list .c-item .item-ctn:after,
.company_vip_page .feature5-wrapper .client-box .client-ctn .client-list .c-item .item-ctn::before {
  content: '';
  position: absolute;
  left: 0;
  border-left: 56px solid transparent;
  border-right: 56px solid transparent;
}
.company_vip_page .ent_vip_type_231127 .ent-institutions .head {
  background: url(http://js.588ku.com/comp/newVIP/img/bg_dz.png) no-repeat !important;
  background-size: 100% 100% !important;
}
.company_vip_page .ent_vip_type_231127 .ent-institutions .head .title {
  font-size: 20px !important;
  line-height: 24px !important;
}
.company_vip_page .ent_vip_type_231127 .ent-institutions .head .subscript {
  white-space: nowrap;
  background: linear-gradient(90deg, rgba(255, 84, 107, 0) 0%, #FD435B 48%, rgba(255, 84, 107, 0) 100%) !important;
  color: #FFF3D4 !important;
  margin-left: -18px;
}
.company_vip_page .ent_vip_type_231127 .ent-institutions .info {
  text-align: left !important;
  width: 190px;
  font-size: 13px !important;
  white-space: nowrap;
  margin-bottom: 12px !important;
}
.company_vip_page .ent_vip_type_231127 .ent-institutions .title-sub::before,
.company_vip_page .ent_vip_type_231127 .ent-institutions .title-sub::after {
  content: '';
  display: inline-block;
  width: 64px;
  height: 1px;
  background: linear-gradient(270deg, #E6E6E6 0%, rgba(230, 230, 230, 0.17) 90%, rgba(230, 230, 230, 0) 100%);
  border-radius: 1px;
  vertical-align: 5px;
  margin: 0 6px;
}
.company_vip_page .ent_vip_type_231127 .ent-institutions .title-sub::after {
  transform: rotate(180deg);
}
.company_vip_page .ent_vip_type_231127 .ent-institutions .btn {
  background: #FFF !important;
  box-shadow: 0px 4px 10px 0px rgba(236, 196, 104, 0.12) !important;
  border: 1px solid #E30521;
  color: #E30521 !important;
  margin-bottom: 0 !important;
  position: relative;
}
.company_vip_page .ent_vip_type_231127 .ent-institutions .btn label {
  position: absolute;
  padding: 0 4px;
  height: 16px;
  line-height: 16px;
  background: #FF3501;
  border-radius: 7px 0px 7px 0px;
  font-size: 12px;
  color: #FFFF;
  top: -10px;
  right: 0;
}
.popup_companyVip_industry {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
}
.popup_companyVip_industry .popup_mark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.popup_companyVip_industry .content {
  width: 580px;
  background-color: #fff;
  position: absolute;
  padding-top: 20px;
  padding-bottom: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 4px;
}
.popup_companyVip_industry .content .popup_head {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 21px;
  margin-bottom: 15px;
  padding-left: 26px;
  padding-right: 20px;
}
.popup_companyVip_industry .content .popup_head .close_btn {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.popup_companyVip_industry .content .info_list {
  margin-bottom: 20px;
}
.popup_companyVip_industry .content .info_list .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 30px;
  padding-right: 40px;
  min-height: 42px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 12px;
}
.popup_companyVip_industry .content .info_list .item:nth-child(odd) {
  background: #F7F8FA;
}
.popup_companyVip_industry .content .info_list .item .price {
  color: #FF504E;
}
.popup_companyVip_industry .content .info_list .item .info_title {
  width: 48px;
  text-align: right;
  white-space: nowrap;
}
.popup_companyVip_industry .content .popup_payinfo {
  margin: 0 18px;
  border: 1px dashed rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px;
}
.popup_companyVip_industry .content .popup_payinfo .pay_total_money {
  font-size: 16px;
  font-weight: 500;
  color: #262626;
  line-height: 22px;
}
.popup_companyVip_industry .content .popup_payinfo .pay_total_money .price {
  color: #FF3400;
}
.popup_companyVip_industry .content .popup_payinfo .pay_total_money .big_text {
  font-size: 30px;
  font-weight: 600;
}
.popup_companyVip_industry .content .popup_payinfo .pay_qrcode {
  display: flex;
  margin-top: 20px;
}
.popup_companyVip_industry .content .popup_payinfo .pay_qrcode .weixin .qrcode_img {
  border: 1px solid #4BB316;
  background: url('http://static.588ku.com/comp/public/images/pay_loading.gif') no-repeat center / 80%;
}
.popup_companyVip_industry .content .popup_payinfo .pay_qrcode .weixin .iconfont {
  color: #41B035;
}
.popup_companyVip_industry .content .popup_payinfo .pay_qrcode .zhifubao {
  margin-left: 60px;
}
.popup_companyVip_industry .content .popup_payinfo .pay_qrcode .zhifubao .qrcode_img {
  border: 1px solid #1676FF;
  padding: 16px;
  box-sizing: border-box;
  background: url('http://static.588ku.com/imgPath/sponsorN/images/aliPay-bg.png') no-repeat center / 80%;
}
.popup_companyVip_industry .content .popup_payinfo .pay_qrcode .zhifubao .iconfont {
  color: #1676FF;
}
.popup_companyVip_industry .content .popup_payinfo .pay_qrcode .qrcode_item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.popup_companyVip_industry .content .popup_payinfo .pay_qrcode .qrcode_img {
  width: 125px;
  height: 125px;
  margin-bottom: 10px;
}
.popup_companyVip_industry .content .popup_payinfo .pay_qrcode .qrcode_img img {
  width: 100%;
}
.popup_companyVip_industry .content .popup_payinfo .pay_agremment {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 12px;
  margin-top: 30px;
  align-self: flex-start;
  margin-left: 20px;
  margin-bottom: 15px;
  cursor: default;
  user-select: none;
}
.vip-type-tab {
  backdrop-filter: blur(4px);
}
.vip-type-tab ul {
  display: flex;
  max-width: 1220px;
  margin: 0 auto;
  height: 100%;
}
.vip-type-tab ul li {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vip-type-tab ul li a {
  display: flex;
  padding-bottom: 8px;
}
.vip-type-tab ul li a dl {
  padding-left: 20px;
}
.vip-type-tab ul li a dl dt {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 15px;
  padding-top: 9px;
  line-height: 21px;
}
.vip-type-tab ul li a dl dt p {
  position: relative;
  height: 21px;
  overflow: hidden;
}
.vip-type-tab ul li a dl dt p label {
  position: absolute;
  top: 0;
  animation: textScroll 10s infinite;
}
.vip-type-tab ul li a dl dt p span {
  display: block;
  color: #FF3400;
}
.vip-type-tab ul li a dl dd {
  font-size: 12px;
  color: #707171;
}
.vip-type-tab ul li.active {
  border-bottom: 4px solid #4867DF;
  background: #fff;
}
.vip-type-tab ul li:hover {
  background: #fff;
}
.vip-type-tab ul li:first-child a {
  padding-right: 50px;
}
.tab-ico {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url(http://bpic.588ku.com/enterprise/vip_index3/ico_tab.png) no-repeat;
}
.tab-ico.ent {
  background-position: 0 -68px;
}
.tab-ico.spec {
  background-position: 0 -138px;
}
.tab-ico.ent-plus {
  background-position: 0 -209px;
}
.spec-pakage {
  display: flex;
  justify-content: space-between;
}
.spec-pakage li {
  width: 282px;
  height: 602px;
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  background: url(http://bpic.588ku.com/enterprise/vip_index3/spec_bg01.png);
  position: relative;
}
.spec-pakage li:hover {
  box-shadow: 0px 2px 20px 0px rgba(71, 94, 178, 0.1);
  border: 2px solid #5466A7;
}
.spec-pakage li:hover .package-hd .tip {
  right: 51px;
}
.spec-pakage li::before {
  content: '';
  position: absolute;
  width: 282px;
  height: 100px;
  background: url(http://bpic.588ku.com//enterprise/vip_index3/spec_top_bg.png);
  top: -2px;
  left: -2px;
  border-radius: 15px 15px 0 0 ;
}
.spec-pakage li.l2 {
  background: url(http://bpic.588ku.com/enterprise/vip_index3/spec_bg02.png);
}
.spec-pakage li.l3 {
  background: url(http://bpic.588ku.com/enterprise/vip_index3/spec_bg03.png);
}
.spec-pakage li.l4 {
  background: url(http://static.588ku.com/enterprise/img/spec_bg04_1.png);
}
.spec-pakage li.l4::before {
  background: url(http://static.588ku.com/enterprise/img/spec_top_bg_1.png) no-repeat center;
  background-size: 100%;
}
.spec-pakage li.l4 .tag {
  background: none;
  color: #fff;
}
.spec-pakage li.l4 h2 {
  color: #fff;
}
.spec-pakage li.l4 .dl-limit-qkm {
  color: #E30521;
  border: 2px solid #E30521;
  box-shadow: 0px 4px 10px 0px rgba(227, 5, 33, 0.12);
}
.spec-pakage li.l4:hover {
  border: 2px solid #E30521;
}
.spec-pakage li.l4:hover .dl-limit-qkm {
  color: #fff;
  background: #E30521;
}
.spec-pakage li .tag {
  width: 185px;
  height: 32px;
  background: linear-gradient(270deg, rgba(234, 239, 255, 0) 0%, #EAEFFF 100%);
  border-radius: 15px 0px 15px 0px;
  position: relative;
  line-height: 32px;
  text-align: center;
  color: #FF3400;
  left: -2px;
  top: -2px;
}
.spec-pakage li h2 {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #202020;
  letter-spacing: 1px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 35px;
}
.spec-pakage li h3 {
  text-align: center;
  font-size: 14px;
}
.spec-pakage li h3 label {
  color: #FF3400;
}
.spec-pakage li h3 label b {
  font-size: 38px;
  margin: 0 2px;
  vertical-align: -3px;
}
.trade_author .content .table_head .industry_use_row th {
  height: 52px;
  vertical-align: top;
  padding-top: 10px;
}
.trade_author .content .table_head .industry_use_row th .p1 {
  font-size: 12px;
  color: #FF6057;
  margin-top: 5px;
  font-weight: normal;
}
.company_vip_page .trade_author .content .table_body {
  margin-top: 188px;
}
.ent-ad-float0626 {
  z-index: 3;
}
.company_vip_page .trade_author .font-w700 {
  font-weight: 700 !important;
}
.company_vip_page .trade_author .pb-0 {
  padding-bottom: 0 !important;
}
.company_vip_page .version_dff_221206 .table_content .table_body tr.line_row .row_title.pl-45 {
  padding-left: 24px;
}
.company_vip_page .version_dff_221206 .table_content .table_body .row_title {
  padding-right: 17px;
}
.company_vip_page .trade_author.version_dff_231116 .content .table_head {
  width: 1330px;
  z-index: 3;
}
.company_vip_page .trade_author.version_dff_231116 .content .table_head.fixed {
  z-index: 5;
  top: 72px;
}
.company_vip_page .trade_author.version_dff_231116 .all_w {
  max-width: 1330px;
  min-width: 1330px;
}
.company_vip_page .trade_author.version_dff_231116 .content {
  border-left: 0;
  border-top: 0;
}
.company_vip_page .trade_author.version_dff_231116 .content .table_body {
  margin-top: 0;
  padding-top: 192px;
}
.company_vip_page .trade_author.version_dff_231116 .table_body {
  overflow: hidden;
  transition: all 0.3s;
  margin: 0 -16px;
  padding: 0 16px;
}
.company_vip_page .trade_author.version_dff_231116 .table_body table {
  transform: scaleX(1);
}
.company_vip_page .trade_author.version_dff_231116 .table_body table td {
  padding-top: 15px;
  text-align: center;
  cursor: default;
  font-size: 16px;
}
.company_vip_page .trade_author.version_dff_231116 .content .table_head .industry_price {
  margin-top: 11px;
  margin-bottom: 11px;
}
.company_vip_page .trade_author.version_dff_231116 .content .table_head .table_title {
  width: 210px;
}
.company_vip_page .trade_author.version_dff_231116 .content .table_body td {
  border-color: #ECEFF6;
}
.company_vip_page .trade_author.version_dff_231116 .content .table_body td:last-child {
  border-right: 0;
}
.company_vip_page .trade_author.version_dff_231116 .content .table_head th {
  border-color: #ECEFF6;
  background-color: #fff !important;
}
.company_vip_page .trade_author.version_dff_231116 .content .table_head th.bb_none {
  border-bottom: 0 !important;
}
.company_vip_page .trade_author.version_dff_231116 .table_body tr.line_row {
  border-bottom: 1px solid #ECEFF6;
}
.company_vip_page .trade_author.version_dff_231116 .table_body tr.line_row.bb_none {
  border-bottom: 0;
}
.company_vip_page .trade_author.version_dff_231116 .table_body tr.line_row.bb_none td {
  border-bottom: 0;
}
.company_vip_page .trade_author.version_dff_231116 .table_body tr.line_row td.br_none {
  border-right: 0 !important;
}
.company_vip_page .trade_author.version_dff_231116 .table_body tr.line_row td.bb_none {
  border-bottom: 0 !important;
}
.company_vip_page .trade_author.version_dff_231116 .table_body tr.line_row td {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  background-color: #fff;
  font-size: 14px;
  color: #757575;
  line-height: 20px;
  padding-right: 17px;
}
.company_vip_page .trade_author.version_dff_231116 .table_body tr.line_row td.red_text {
  font-size: 14px;
  color: #FF3400;
  line-height: 16px;
}
.company_vip_page .trade_author.version_dff_231116 .table_body tr.line_row td.t_14 {
  font-size: 14px;
}
.company_vip_page .trade_author.version_dff_231116 .table_body tr.line_row td:not(:last-child) {
  border-right: 1px solid #ECEFF6;
}
.company_vip_page .trade_author.version_dff_231116 .table_body td.block_title {
  font-size: 14px;
  font-weight: bold;
  color: #474747;
  line-height: 22px;
  background: #FFF9F9;
  height: 46px;
  padding-left: 24px;
  position: relative;
  padding-top: 0;
  margin-bottom: 17px;
  text-align: left;
  padding-bottom: 0;
  border-bottom: 0;
  border-right: 0;
}
.company_vip_page .trade_author.version_dff_231116 .table_body td.block_title::before {
  content: '';
  border: 8px solid transparent;
  border-top-color: #FFF9F9;
  position: absolute;
  left: 80px;
  bottom: 0;
  transform: translate(0, 100%);
  border-top-width: 6px;
}
.company_vip_page .trade_author.version_dff_231116 .table_body .last_row {
  padding-bottom: 15px;
}
.company_vip_page .trade_author.version_dff_231116 .table_body .row_title {
  padding-left: 17px;
  font-size: 13px;
  color: #666666;
  line-height: 20px;
  letter-spacing: 1px;
  text-align: left;
  width: 210px;
}
.company_vip_page .trade_author.version_dff_231116 .table_body .row_title.pl-45 {
  padding-left: 24px;
}
.company_vip_page .trade_author.version_dff_231116 .table_body .text_bold {
  font-size: 13px;
  font-weight: bold;
  color: #333333;
  line-height: 13px;
  letter-spacing: 1px;
}
.company_vip_page .trade_author.version_dff_231116 .table_body .text_light {
  font-size: 13px;
  color: #333333;
  line-height: 20px;
  letter-spacing: 1px;
}
.company_vip_page .trade_author.version_dff_231116 .table_body .tip_hover {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  position: relative;
}
.company_vip_page .trade_author.version_dff_231116 .table_body .tip_hover:hover .tip_content {
  display: block;
}
.company_vip_page .trade_author.version_dff_231116 .table_body .tip_hover:hover .iconfont {
  color: #333333;
}
.company_vip_page .trade_author.version_dff_231116 .table_body .tip_hover .iconfont {
  color: #999999;
  font-size: 14px;
  margin-left: 5px;
  position: absolute;
  top: 0;
  right: 18px;
}
.company_vip_page .trade_author.version_dff_231116 .table_body .tip_hover .tip_content {
  position: absolute;
  top: 20px;
  right: -18px;
  width: 330px;
  display: none;
  z-index: 111;
}
.company_vip_page .trade_author.version_dff_231116 .table_body .icon-qiye-yuangou {
  color: #25D95C;
  font-size: 18px;
  font-weight: bold;
}
.company_vip_page .trade_author.version_dff_231116 .table_body .iconfont.icon-remove,
.company_vip_page .trade_author.version_dff_231116 .table_body .iconfont.icon-close1 {
  color: #FF3400;
  font-size: 15px;
}
.company_vip_page .trade_author.version_dff_231116 .table_body tr td.line_bg_yellow {
  background: #FFFAF5;
}
.company_vip_page .trade_author.version_dff_231116 .table_body tr td.line_bg_green {
  background: #F7FFF3;
}
.company_vip_page .trade_author.version_dff_231116 .table_body tr td.line_bg_blue {
  background: #F3FCFF;
}
.company_vip_page .trade_author.version_dff_231116 .table_body tr td.line_bg_red {
  background: #FFF3F3;
}
.company_vip_page .trade_author.version_dff_231116 .table_head .industry_use_row th {
  padding-top: 16px;
}
.popup-container {
  width: 100%;
  background: #fff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  border-radius: 8px;
  padding: 16px 0;
}
.popup-container * {
  box-sizing: border-box;
}
.popup-container p {
  font-size: 12px;
  color: #001013;
  line-height: 20px;
  margin-bottom: 4px;
  padding: 0 12px;
  text-align: left;
}
.popup-container .popup-case {
  display: grid;
  grid-template-columns: repeat(5, 50px);
  gap: 12px;
  padding: 12px 16px 0;
}
.popup-container .popup-case .popup-case_item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.popup-container .popup-case .popup-case_item .iconfont {
  flex-shrink: 0!important;
  font-size: 24px!important;
  margin-bottom: 4px!important;
  position: relative!important;
  top: auto!important;
  right: auto!important;
  margin-left: 0!important;
}
.popup-container .popup-case .popup-case_item .popup-case_text {
  flex-shrink: 0!important;
  font-size: 12px !important;
  color: #001013 !important;
}
.popup-container .popup-case .popup-case_item .icon-qiye-yuansu {
  color: #45B4FF !important;
}
.popup-container .popup-case .popup-case_item .icon-qiye-yishuzi {
  color: #33D9E4 !important;
}
.popup-container .popup-case .popup-case_item .icon-qiye-chahua {
  color: #89D43D !important;
}
.popup-container .popup-case .popup-case_item .icon-qiye-moban {
  color: #FFA933 !important;
}
.popup-container .popup-case .popup-case_item .icon-qiye-sheying {
  color: #FF797A !important;
}
.popup-container .popup-case .popup-case_item .icon-qiye-bangong {
  color: #FFCD34 !important;
}
.popup-container .popup-case .popup-case_item .icon-qiye-beijing {
  color: #FB6B5C !important;
}
.popup-container .popup-case .popup-case_item .icon-qiye-UI {
  color: #48C9B0 !important;
}
.popup-container .popup-case .popup-case_item .icon-qiye-shiting {
  color: #8E84E8 !important;
}
.popup-container .popup-case .popup-case_item .icon-qiye-gif {
  color: #EF2B79 !important;
}
.popup-container .popup-case .popup-case_item.disabled .iconfont {
  color: #ADADAD !important;
}
.popup-container .popup-case .popup-case_item.disabled .popup-case_text {
  color: #ADADAD !important;
  text-decoration: line-through !important;
}
.company_vip_page .ent_vip_type_231127 {
  background: #fff;
}
.company_vip_page .ent_vip_type_231127 .vip-type-tab {
  margin-top: 0;
  height: 88px;
  background: linear-gradient(180deg, #FFF3E5 0%, #FFE6CD 100%);
}
.company_vip_page .ent_vip_type_231127 .vip-type-tab ul {
  border-bottom: 0;
}
.company_vip_page .ent_vip_type_231127 .vip-type-tab .tab-ico {
  width: 52px;
  height: 52px;
  background: url(http://js.588ku.com/comp/newVIP/img/icon_1.png);
  background-size: 100% 100%;
}
.company_vip_page .ent_vip_type_231127 .vip-type-tab .tab-ico.ent {
  width: 55px;
  height: 50px;
  background: url(http://js.588ku.com/comp/newVIP/img/icon_2.png);
  background-size: 100% 100%;
}
.company_vip_page .ent_vip_type_231127 .vip-type-tab .tab-ico.spec {
  width: 50px;
  height: 50px;
  background: url(http://js.588ku.com/comp/newVIP/img/icon_3.png);
  background-size: 100% 100%;
}
.company_vip_page .ent_vip_type_231127 .vip-type-tab .tab-ico.ent-plus {
  width: 50px;
  height: 54px;
  background: url(http://js.588ku.com/comp/newVIP/img/icon_4.png);
  background-size: 100% 100%;
}
.company_vip_page .ent_vip_type_231127 .vip-type-tab ul li a {
  padding-bottom: 0;
}
.company_vip_page .ent_vip_type_231127 .vip-type-tab ul li a dl dt {
  padding-bottom: 6px;
  padding-top: 6px;
}
.company_vip_page .ent_vip_type_231127 .spec-pakage li {
  background: #fff;
  height: 776px;
  transition: transform 0.3s;
}
.company_vip_page .ent_vip_type_231127 .spec-pakage li .tag {
  background: transparent;
}
.company_vip_page .ent_vip_type_231127 .spec-pakage li::before {
  height: 84px;
  background: linear-gradient(360deg, #FFFAF6 0%, #FFF3E8 100%);
  border-radius: 14px 14px 0px 0px;
  display: none;
}
.company_vip_page .ent_vip_type_231127 .spec-pakage li.l4::before {
  background: url(http://js.588ku.com/comp/newVIP/img/bg_dz.png);
  background-size: 100% 100%;
}
.company_vip_page .ent_vip_type_231127 .head {
  height: 78px !important;
  background: linear-gradient(360deg, #FFFFFF 0%, #E7F1FF 100%) !important;
  border-radius: 10px 10px 0px 0px !important;
}
.company_vip_page .ent_vip_type_231127 .price {
  color: #FF3400;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-align: center;
}
.company_vip_page .ent_vip_type_231127 .price .small {
  font-size: 20px;
}
.company_vip_page .ent_vip_type_231127 .price .big {
  font-size: 42px;
  line-height: 42px;
  font-weight: bold;
}
.company_vip_page .ent_vip_type_231127 .price .symbol {
  color: #333333;
}
.company_vip_page .ent_vip_type_231127 .version_descioble .content_box .version_list .version_item {
  border-radius: 10px;
  top: 0;
  border: 2px solid transparent;
  transition: top 0.4s;
  cursor: pointer;
  /* .vip999_top_tip{
    position: absolute;
    z-index: 1;
    left: -2px;
    top: -16px;
    right: -2px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #DDEBFF;
    border-radius: 6px 6px 0px 0px;
    font-size: 12px;
    color: #175AFF;
  } */
}
.company_vip_page .ent_vip_type_231127 .version_descioble .content_box .version_list .version_item .head .subscript.hover {
  background: #FFEAEA;
  font-size: 14px;
  font-weight: bold;
}
.company_vip_page .ent_vip_type_231127 .version_descioble .content_box .version_list .version_item:hover {
  top: -8px;
  border-width: 2px;
  border-radius: 10px;
  box-shadow: 0px 8px 10px 0px rgba(24, 102, 251, 0.3);
  border-color: #1866FB;
}
.company_vip_page .ent_vip_type_231127 .version_descioble .content_box .version_list .version_item:hover .head .subscript {
  background: #FFEAEA;
  font-size: 14px;
  font-weight: bold;
}
.company_vip_page .ent_vip_type_231127 .version_descioble .content_box .version_list .version_item:hover::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.company_vip_page .ent_vip_type_231127 .package-hd {
  padding-top: 16px;
  width: 100%;
  border-radius: 15px 15px 0 0;
  margin-bottom: 16px;
  background: linear-gradient(360deg, #FFFAFA 0%, #FFE3E3 100%);
  position: relative;
  height: 72px;
  text-align: center;
}
.company_vip_page .ent_vip_type_231127 .package-hd .tit-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 2px;
  justify-content: center;
}
.company_vip_page .ent_vip_type_231127 .package-hd .tit {
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: 1px;
  color: #262626;
}
.company_vip_page .ent_vip_type_231127 .package-hd .tip {
  font-size: 12px;
  color: #FF3400;
  line-height: 20px;
  width: 77px;
  height: 20px;
  position: absolute;
  right: 53px;
  top: 84px;
  padding-left: 18px;
  background: linear-gradient(90deg, rgba(255, 52, 0, 0) 0%, rgba(255, 184, 166, 0.48) 100%);
  border-radius: 16px 0px 16px 0px;
}
.company_vip_page .ent_vip_type_231127 .package-hd .subtit {
  font-size: 12px;
  color: #5E5E5E;
  line-height: 16px;
}
.company_vip_page .ent_vip_type_231127 .spec-pakage li.l4 button {
  border-color: #E30521;
  color: #E30521;
}
.company_vip_page .ent_vip_type_231127 .spec-pakage li.l4 .package-hd {
  background: url(http://js.588ku.com/comp/newVIP/img/bg_dz.png);
  background-size: 100% 100%;
  width: 102%;
  margin-left: -1%;
}
.company_vip_page .ent_vip_type_231127 .spec-pakage li.l4 .package-hd .tit,
.company_vip_page .ent_vip_type_231127 .spec-pakage li.l4 .package-hd .tip {
  color: #fff;
}
.company_vip_page .ent_vip_type_231127 .spec-pakage li.l4 .package-hd .subtit {
  color: #FFF3D4;
}
.company_vip_page .ent_vip_type_231127 .spec-pakage li .equity p i {
  color: #1866FB;
}
.company_vip_page .ent_vip_type_231127 .spec-pakage li:hover {
  border-color: #E30521;
  transform: translateY(-8px);
}
.company_vip_page .ent_vip_type_231127 .spec-pakage li:hover > a {
  border-color: #FF5F00;
}
.spec-pakage li.l5 {
  border: 0;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.spec-pakage li.l5 .top {
  position: relative;
  text-align: center;
  background-position: center;
  border-radius: 13px;
  height: 230px;
  background: none;
  border: none;
  z-index: 1;
}
.spec-pakage li.l5 .top .h1 {
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  line-height: 28px;
  padding-bottom: 8px;
  padding-top: 36px;
}
.spec-pakage li.l5 .top .h2 {
  font-size: 14px;
  color: #FFF;
  line-height: 22px;
  padding: 0 16px;
}
.spec-pakage li.l5 .top .btn {
  padding-top: 20px;
}
.spec-pakage li.l5 .top .btn label {
  display: inline-block;
  width: 136px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #FFF;
  border-radius: 25px;
  font-size: 16px;
  font-weight: bold;
  color: #FF5F00;
  cursor: pointer;
}
.spec-pakage li.l5 .top::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 282px;
  height: 230px;
  z-index: -1;
  pointer-events: none;
  background: url(http://bpic.588ku.com/enterprise/index/040201/jinrong_zhuanqu.png) no-repeat;
  background-size: cover;
}
.spec-pakage li.l5 .top:hover::after {
  transform: scale(1.1);
}
.spec-pakage li.l5 .bottom {
  height: 536px;
  background: url(http://bpic.588ku.com/enterprise/index/040201/vip_jinrong_bottom.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
}
.spec-pakage li.l5 .bottom .h1 {
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  line-height: 24px;
  padding-bottom: 6px;
  padding-top: 125px;
}
.spec-pakage li.l5 .bottom .h2 {
  font-size: 14px;
  color: #FFF;
  line-height: 19px;
}
.spec-pakage li.l5 .bottom .img {
  padding-top: 16px;
  padding-bottom: 8px;
}
.spec-pakage li.l5 .bottom .img img {
  width: 160px;
  height: 160px;
  background: #FFFFFF;
  border-radius: 10px;
}
.spec-pakage li.l5 .bottom .p1 {
  font-size: 14px;
  font-weight: bold;
  color: #FFF2E4;
  line-height: 19px;
}
.spec-pakage li.l5 .bottom .p2 {
  font-size: 12px;
  color: rgba(255, 242, 228, 0.8);
  line-height: 16px;
  padding-top: 4px;
}
.spec-pakage li.l5:hover {
  transform: translateY(0) !important;
}
.spec-pakage.dangz li.l5 .top::after {
  background-image: url(http://bpic.588ku.com/enterprise/index/040201/dangj_top.png);
}
.spec-pakage.dangz li.l5 .bottom {
  height: 512px;
  background-image: url(http://bpic.588ku.com/enterprise/index/040201/vip_dangj.png);
}
.spec-pakage.dangz li.l5 .bottom .h1 {
  padding-top: 115px;
}
.company_vip_page .ent_vip_type_231127 .spec-pakage li.l4:hover {
  border-color: #E30521;
}
.company_vip_page .ent_vip_type_231127 .spec-pakage li.l4:hover button {
  background: #E30521;
  color: #fff;
}
.company_vip_page .ent_vip_type_231127 .icon-duigou {
  width: 12px;
  height: 12px;
  margin-right: 8px;
}
.company_vip_page .ent_vip_type_231127 .icon-duigou path {
  fill: #1866FB;
}
.company_vip_page .trade_author.version_dff_231116 .content .table_head .yiliao,
.company_vip_page .trade_author.version_dff_231116 .table_body tr td.line_bg_red,
.company_vip_page .trade_author.version_dff_231116 .table_body tr td.line_bg_green {
  background: #FFEAEA;
}
.company_vip_page .trade_author.version_dff_231116 .content .table_head .jinrong,
.company_vip_page .trade_author.version_dff_231116 .content .table_head .jiaoyu,
.company_vip_page .trade_author.version_dff_231116 .table_body tr td.line_bg_yellow,
.company_vip_page .trade_author.version_dff_231116 .table_body tr td.line_bg_blue {
  background: #F8F9FC;
}
.company_vip_page .trade_author.version_dff_231116 tr th.col2,
.company_vip_page .trade_author.version_dff_231116 tr td.col2 {
  background: #FFF2F2 !important;
}
.company_vip_page .trade_author.version_dff_231116 tr th.col3,
.company_vip_page .trade_author.version_dff_231116 tr td.col3 {
  background: #FFEAEA !important;
}
.company_vip_page .trade_author.version_dff_231116 tr th.col4,
.company_vip_page .trade_author.version_dff_231116 tr td.col4 {
  background: #FFF2F2 !important;
}
.company_vip_page .trade_author.version_dff_231116 .content .table_head .shiye,
.company_vip_page .version_dff_221206 .table_content .table_head table th:last-child {
  background: linear-gradient(90deg, #FC00FF 0%, #0062DE 100%);
}
.company_vip_page .trade_author.version_dff_231116 .content .table_head .shiye dl,
.company_vip_page .version_dff_221206 .table_content .table_head table th:last-child dl {
  color: #fff;
}
.company_vip_page .trade_author.version_dff_231116 .content .table_head .shiye dt,
.company_vip_page .version_dff_221206 .table_content .table_head table th:last-child dt {
  font-size: 18px;
}
.company_vip_page .trade_author.version_dff_231116 .content .table_head .shiye dd,
.company_vip_page .version_dff_221206 .table_content .table_head table th:last-child dd {
  font-size: 12px;
  padding-top: 10px;
  line-height: 16px;
}
.company_vip_page .trade_author.version_dff_231116 .content .table_head .shiye .btn,
.company_vip_page .version_dff_221206 .table_content .table_head table th:last-child .btn {
  padding-top: 24px;
}
.company_vip_page .author_item {
  position: relative;
}
.company_vip_page .trade_author.version_dff_231116 .table_body tr.line_row td {
  padding-right: 0;
  padding-left: 0;
  color: #191919;
}
.company_vip_page .trade_author.version_dff_231116 .table_body tr.line_row td.pd-16 {
  padding-right: 16px;
  padding-left: 16px;
}
.qy-shadow {
  position: absolute;
  width: 0;
  left: 0;
  top: 0;
  bottom: 95px;
  box-shadow: 0px 6px 16px -8px rgba(0, 0, 0, 0.08), 0px 9px 28px 0px rgba(0, 0, 0, 0.05), 0px 12px 48px 16px rgba(0, 0, 0, 0.03);
  pointer-events: none;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
}
.qy-shadow.show {
  opacity: 1;
  visibility: visible;
}
.company_vip_page .ent_vip_type_231127 .version_descioble .content_box .version_list .version_item .head .title {
  font-size: 20px;
}
.company_vip_page .bg-opcYellow {
  position: relative;
}
.company_vip_page .bg-opcYellow .block_title {
  position: relative;
  z-index: 1;
}
.company_vip_page .bg-opcYellow::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(247, 205, 152, 0.4);
}
.company_vip_page .bg-opcYellow td {
  border: 0 !important;
}
.contact-manage-b {
  font-size: 13px;
}
.contact-manage {
  color: #1866FB;
  height: 20px;
  border-radius: 4px;
  padding: 1.5px 2px;
  text-decoration: underline;
}
.contact-manage:hover {
  background: rgba(24, 102, 251, 0.1);
  text-decoration: none;
}
.pop-contact {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1002;
}
.pop-contact .pop-contact-win {
  position: absolute;
  width: 460px;
  height: 304px;
  background: url(http://bpic.588ku.com/enterprise/index/040201/weixin_pop_bg.png);
  background-size: 100% 100%;
  left: calc(50% - 230px);
  top: calc(50% - 152px);
}
.pop-contact .pop-contact-win .h1 {
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 26px;
  padding-top: 30px;
  padding-bottom: 4px;
  text-align: center;
}
.pop-contact .pop-contact-win .h2 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 20px;
  text-align: center;
}
.pop-contact .pop-contact-win .img-bd {
  display: flex;
  justify-content: space-between;
  width: 370px;
  margin: 0 auto;
  padding-top: 30px;
}
.pop-contact .pop-contact-win .img-bd .img {
  background: #fff;
  border-radius: 10px;
  width: 160px;
  height: 160px;
  padding: 10px;
}
.pop-contact .pop-contact-win .img-bd .img img {
  width: 100%;
}
.pop-contact .pop-contact-win .img-bd dt {
  padding-bottom: 20px;
}
.pop-contact .pop-contact-win .img-bd dt img {
  width: 72px;
}
.pop-contact .pop-contact-win .img-bd dd {
  font-size: 14px;
  color: #FFF;
  line-height: 20px;
}
.pop-contact .pop-contact-win .close {
  color: #b7b7bd;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.ai-serve-des {
  text-align: left !important;
  padding-left: 30px;
  background: #fff !important;
  border-left: 1px solid #EDEFF7;
  color: #262626 !important;
}
.ai-serve-des a {
  color: #1866FB;
}
.ai-serve-des .udesk-btnV3 {
  cursor: pointer;
  color: #1866FB;
}
.iconfont.icon-qiye-yuangou,
.iconfont.icon-close1 {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(http://bpic.588ku.com/enterprise/index/040201/icon_gou.png);
  background-size: 100% 100%;
}
.iconfont.icon-qiye-yuangou::before,
.iconfont.icon-close1::before {
  content: '';
}
.iconfont.icon-close1 {
  background: url(http://bpic.588ku.com/enterprise/index/040201/ico_cha.png);
}
.dload_des {
  font-size: 12px;
  padding: 0 5px;
  color: #8C8C8C;
}
.client_popup2 {
  position: relative;
  display: inline-block;
}
.client_popup2 .client_qr_code {
  position: absolute;
  left: -76px;
  bottom: 19px;
  padding-right: 15px;
  display: none;
  z-index: 9;
}
.client_popup2 .client_qr_code .qrcode_content {
  width: 238px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background-image: url('http://bpic.588ku.com/enterprise/components/client_popup/client_popup_bg.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.client_popup2 .client_qr_code .qrcode_content .title {
  font-size: 16px;
  font-weight: bold;
  color: #FFE4C3;
  line-height: 18px;
  margin-bottom: 7px;
}
.client_popup2 .client_qr_code .qrcode_content .qrcode_img {
  width: 114px;
  height: 114px;
  margin-top: 20px;
  margin-bottom: 23px;
}
.client_popup2 .client_qr_code .qrcode_content .qrcode_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.client_popup2 .client_qr_code .qrcode_content .main_info {
  font-size: 12px;
  color: rgba(254, 248, 238, 0.8);
  line-height: 12px;
  margin-bottom: 10px;
}
.client_popup2 .client_qr_code .qrcode_content .sub_info {
  font-size: 12px;
  color: rgba(254, 248, 238, 0.5);
  line-height: 12px;
}
.client_popup2:hover .client_qr_code {
  display: block;
}
.company_vip_page .version_dff_221206 .table_content .table_body .row_title.pl-45 {
  padding-left: 45px;
}
.title-wenhao {
  display: inline-block;
  position: relative;
}
.title-wenhao .pop {
  position: absolute;
  background: #fff;
  padding: 3px 6px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  width: 330px;
  border-radius: 4px;
  bottom: 20px;
  display: none;
}
.title-wenhao .icon-qiye-wenhao {
  font-size: 13px;
  cursor: pointer;
}
.title-wenhao .icon-qiye-wenhao:hover {
  color: #000;
}
.title-wenhao:hover .pop {
  display: block;
}
.module-des .dload_des {
  text-align: left;
  padding: 5px 9px 0;
  min-height: 85px;
}
.company_vip_page .version_dff_221206 .table_content .table_head .version_item .buy_btn.btn399 {
  background: transparent;
  border: 1px solid #FF8754;
  color: #FF7135;
}
.company_vip_page .version_dff_221206 .table_content .table_head .version_item .buy_btn.btn399:hover {
  background: linear-gradient(90deg, #FF3400 0%, #FF8D5A 100%);
  color: #FFF;
  border: none;
}
/* version_dff_240327 */
.company_vip_page {
  /* #version_dff_240327{
    .table_head{
      .table_title{
        width: 250px;
      }
    }
  } */
}
.company_vip_page #trade_table2.hide {
  height: 1467 !important;
}
.company_vip_page #trade_table2.hide {
  height: 1467 !important;
}
.company_vip_page .trade_author.version_dff_240327 .all_w {
  max-width: 1200px;
  min-width: 1200px;
}
.company_vip_page .trade_author.version_dff_240327 .all_w .table_head {
  width: 1200px;
  z-index: 3;
}
.company_vip_page .trade_author.version_dff_240327 .dload_des {
  padding: 5px 15px 0;
}
.company_vip_page .trade_author.version_dff_240327 .table_put_away {
  height: 45px;
  font-size: 14px;
  color: #000000;
  line-height: 14px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 1200px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background: #FFF;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  margin-top: 12px;
}
.company_vip_page .trade_author.version_dff_240327 .table_put_away:hover {
  font-weight: bold;
}
.company_vip_page .trade_author.version_dff_240327 .all_w.hide {
  height: 1466px;
  overflow: hidden;
}
#version_table_put2 span {
  position: relative;
}
#version_table_put2 .hide_text {
  display: none;
}
.company_vip_page .trade_author.version_dff_231116 .content .table_body td:last-child {
  border-right: 1px solid #ECEFF6 !important;
}
.company_vip_page .trade_author.version_dff_231116 td.row_title {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.company_vip_page .trade_author.version_dff_240327 .all_w.hide {
  height: 3268px;
  overflow: hidden;
}
.company_vip_page .version_dff_221206 .table_content .table_body .row_title {
  font-size: 14px;
}
.company_vip_page .bg-opcYellow::after {
  display: none;
}
.version_dff_240327 .bg-opcYellow {
  background: rgba(247, 205, 152, 0.4) !important;
}
.version_dff_240327 .bg-opcYellow .line_bg_yellow {
  background-color: transparent !important;
}
body.popup-open {
  position: fixed;
  left: 0;
  right: 0;
  padding-right: 16px;
}
.vip-type-tab ul li {
  position: relative;
}
.vip-type-tab ul li .link-badge {
  display: block;
  width: 85px;
  height: 35px;
  position: absolute;
  top: -16px;
  right: 0;
  background: url(http://js.588ku.com/comp/activity/company/images/sydw/link_badge3.png);
  background-size: 100% 100%;
}
.vip-type-tab ul li:first-child a {
  padding-left: 40px;
  padding-right: 40px;
  align-items: center;
}
.company_vip_page .ent_vip_type_221206 .version_descioble.finance .content_box {
  padding-bottom: 79px;
}
.company_vip_page .ent_vip_type_231127 .vip-type-tab.finance .tab-ico {
  flex-shrink: 0;
}
.company_vip_page .ent_vip_type_231127 .vip-type-tab.finance .tab-ico.ent {
  width: 70px;
  height: 48px;
  background: url(http://js.588ku.com/comp/newVIP/images/ico_pubilc.png?v=2) no-repeat;
  background-size: 100% 100%;
}
.company_vip_page .ent_vip_type_231127 .vip-type-tab.finance .tab-ico.ent-finance {
  width: 70px;
  height: 48px;
  background: url(http://js.588ku.com/comp/newVIP/images/ico_jinrong.png?v=2) no-repeat;
  background-size: 100% 100%;
}
.company_vip_page .ent_vip_type_231127 .vip-type-tab.finance .tab-ico.spec {
  width: 70px;
  height: 48px;
  background: url(http://js.588ku.com/comp/newVIP/images/ico_shiyedw.png?v=2) no-repeat;
  background-size: 100% 100%;
}
.company_vip_page .ent_vip_type_231127 .vip-type-tab.finance .tab-ico.ent-plus {
  width: 70px;
  height: 48px;
  background: url(http://js.588ku.com/comp/newVIP/images/ico_plustc.png?v=2) no-repeat;
  background-size: 100% 100%;
}
.spec-pakage.finance-list li {
  box-shadow: none;
  border: none !important;
}
.spec-pakage.finance-list li > a {
  display: block;
  position: relative;
  z-index: 1;
  height: 100%;
  background: #fff;
  overflow: hidden;
  border-radius: 15px;
  border: 2px solid transparent;
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.08);
  transition: all 0.3s;
}
.company_vip_page .ent_vip_type_231127 .spec-pakage.finance-list li {
  height: 800px;
}
.company_vip_page .ent_vip_type_231127 .spec-pakage.finance-list li .package-hd {
  background: linear-gradient(360deg, #FFFEFE 0%, #FFEDD7 100%);
}
.company_vip_page .ent_vip_type_231127 .spec-pakage.finance-list li:nth-of-type(3) .package-hd {
  background: linear-gradient(360deg, #FFFFFF 0%, #D7E8FF 100%);
}
.company_vip_page .ent_vip_type_231127 .spec-pakage.finance-list li:nth-of-type(3) button {
  background: #1866FB;
  box-shadow: 0px 4px 10px 0px rgba(24, 102, 251, 0.1);
}
.company_vip_page .ent_vip_type_231127 .spec-pakage.finance-list li:nth-of-type(3):hover > a {
  border-color: #1866FB;
}
.qk-modal-root,
.qk-modal-root * {
  box-sizing: border-box;
}
.qk-modal-root {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  display: none;
}
.qk-modal-root .qk-modal-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}
.qk-modal-root .qk-modal-block {
  width: 480px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  -webkit-box-shadow: 0 6px 16px -8px rgba(0, 0, 0, 0.08), 0 9px 28px 0 rgba(0, 0, 0, 0.05), 0 12px 48px 16px rgba(0, 0, 0, 0.03);
  box-shadow: 0 6px 16px -8px rgba(0, 0, 0, 0.08), 0 9px 28px 0 rgba(0, 0, 0, 0.05), 0 12px 48px 16px rgba(0, 0, 0, 0.03);
  border-radius: 8px;
  padding: 48px;
}
.qk-modal-root .qk-modal-closeBth {
  display: block;
  position: absolute;
  top: 4px;
  right: 4px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid transparent;
  cursor: pointer;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 0.24s;
  transition: all 0.24s;
}
.qk-modal-root .qk-modal-closeBth::after,
.qk-modal-root .qk-modal-closeBth::before {
  content: "";
  width: 2px;
  height: 16px;
  background-color: #666;
  position: absolute;
  top: 6px;
  left: 13px;
  border-radius: 8px;
}
.qk-modal-root .qk-modal-closeBth::after {
  transform: rotate(45deg);
}
.qk-modal-root .qk-modal-closeBth::before {
  transform: rotate(-45deg);
}
.qk-modal-root .qk-modal-closeBth:hover {
  transform: rotate(180deg);
  background: #f0f0f0;
}
.finance-modal .qk-modal-block {
  width: 722px;
  padding: 24px;
  border-radius: 10px;
  min-height: 596px;
  max-height: 698px;
}
.finance-modal .finance-hd {
  display: flex;
  align-items: center;
  height: 40px;
  margin-bottom: 20px;
}
.finance-modal .finance-hd .finance-info {
  display: flex;
  align-items: center;
  height: 100%;
}
.finance-modal .finance-hd .user-avatar {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  margin-right: 6px;
}
.finance-modal .finance-hd .user-name {
  font-weight: bold;
  font-size: 12px;
  color: #001013;
  margin-bottom: 4px;
}
.finance-modal .finance-hd .user-wrapper {
  flex-shrink: 0;
}
.finance-modal .finance-hd .finance-banner {
  width: 296px;
  height: 30px;
  background: url(http://js.588ku.com/comp/newVIP/images/modal_actBg.png?v=1) center no-repeat;
  background-size: 100% 100%;
  margin-left: 40px;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  letter-spacing: 1px;
  padding-left: 12px;
  margin-top: 4px;
}
.finance-modal .finance-hd .finance-banner .fc-yellow {
  color: #FFF614;
}
.finance-modal .finance-hd .company_select {
  width: 176px;
  height: 22px;
  position: relative;
  cursor: pointer;
}
.finance-modal .finance-hd .company_select .value {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  background: rgba(0, 102, 255, 0.1);
  padding-left: 6px;
  border-radius: 2px;
}
.finance-modal .finance-hd .company_select .value .current_company {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-grow: 1;
  font-size: 12px;
  color: #0066FF;
}
.finance-modal .finance-hd .company_select .value .change_btn {
  width: 22px;
  height: 22px;
  border-radius: 0px 4px 4px 0px;
  color: #0066FF;
  text-align: center;
  line-height: 22px;
  cursor: pointer;
  flex-shrink: 0;
}
.finance-modal .finance-hd .company_select .option_list {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  width: 100%;
  max-height: 108px;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  overflow-y: auto;
  z-index: 2;
  padding: 6px 0;
  display: none;
}
.finance-modal .finance-hd .company_select .option_list::-webkit-scrollbar {
  width: 4px;
  position: absolute;
}
.finance-modal .finance-hd .company_select .option_list::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 5px;
}
.finance-modal .finance-hd .company_select .option_list .item {
  color: #001013;
  width: 100%;
  height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
  padding: 0 6px;
  box-sizing: border-box;
  font-size: 12px;
  color: #282828;
  cursor: pointer;
}
.finance-modal .finance-hd .company_select .option_list .item:hover,
.finance-modal .finance-hd .company_select .option_list .item.active {
  background: rgba(0, 102, 255, 0.1);
}
.finance-modal .finance-hd .company_select:hover .value {
  background: #0066FF;
}
.finance-modal .finance-hd .company_select:hover .value * {
  color: #fff !important;
}
.finance-modal .finance-bd {
  width: 100%;
}
.finance-modal .finance-bd .finance-package {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.finance-modal .finance-bd .finance-package .finance-item {
  position: relative;
  flex-shrink: 0;
  width: 260px;
  height: 164px;
  background: #FFFAF8;
  box-shadow: 0px 6px 10px 0px rgba(255, 83, 38, 0.2);
  border-radius: 8px;
  border: 3px solid #FF5326;
  margin-right: 24px;
  padding: 20px;
}
.finance-modal .finance-bd .finance-package .finance-type {
  font-weight: bold;
  font-size: 18px;
  color: #282828;
  text-align: center;
  margin-bottom: 16px;
}
.finance-modal .finance-bd .finance-package .finance-price {
  font-size: 16px;
  color: #FF5326;
  margin-bottom: 12px;
  text-align: center;
}
.finance-modal .finance-bd .finance-package .finance-price b {
  font-weight: bold;
  font-size: 36px;
  color: #FF5216;
  line-height: 1;
}
.finance-modal .finance-bd .finance-package .finance-use,
.finance-modal .finance-bd .finance-package .finance-tip {
  text-align: center;
  font-size: 13px;
  color: #666666;
  margin-bottom: 8px;
}
.finance-modal .finance-bd .finance-package .finance-item:last-child {
  margin-right: 0;
}
.finance-modal .finance-bd .finance-package .finance-badge {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  background: #FFEFEA;
  border-radius: 0px 6px 0px 6px;
  font-size: 14px;
  color: #FF5216;
  padding: 0 10px;
  position: absolute;
  top: -3px;
  right: -3px;
}
.finance-modal .finance-bd .finance-content p {
  font-size: 13px;
  color: #666666;
  line-height: 18px;
  margin-bottom: 6px;
}
.finance-modal .finance-bd .finance-content p span {
  font-size: 13px;
  color: #333333;
  line-height: 18px;
  padding-left: 10px;
}
.finance-modal .finance-bd .finance-content p .fc-orange {
  color: #FF5216;
}
.finance-modal .finance-ft {
  position: relative;
  width: 100%;
  padding: 12px;
  padding-bottom: 24px;
  background: rgba(22, 93, 255, 0.05);
  border-radius: 8px;
}
.finance-modal .finance-ft .agr_tip {
  font-size: 12px;
  color: rgba(0, 16, 19, 0.5);
  line-height: 16px;
  width: 100%;
  text-align: center;
  margin-top: 12px;
}
.finance-modal .finance-ft .agr_tip i {
  cursor: pointer;
}
.finance-modal .finance-ft .agr_tip i:hover {
  text-decoration: underline;
}
.finance-modal .pay_information {
  display: flex;
  align-items: flex-start;
}
.finance-modal .pay_information .pay_select {
  width: 102px;
  flex-shrink: 0;
  margin-right: 32px;
  border-radius: 8px;
  margin-top: -12px;
  background: #FFF;
  border: 1px solid #F0F0F0;
}
.finance-modal .pay_information .pay_select .item {
  height: 40px;
  border-radius: 8px;
  padding-left: 16px;
  line-height: 40px;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #666;
  cursor: pointer;
  position: relative;
}
.finance-modal .pay_information .pay_select .item::before {
  content: '';
  position: absolute;
  left: 15px;
  top: 0;
  width: 82px;
  height: 1px;
  background: rgba(0, 0, 0, 0.06);
}
.finance-modal .pay_information .pay_select .item:nth-child(1)::before {
  display: none;
}
.finance-modal .pay_information .pay_select .item.active {
  background: #165DFF;
  box-shadow: 0px 0px 10px 0px rgba(22, 93, 255, 0.2);
  color: #FFF;
}
.finance-modal .pay_information .pay_select .item.active::before {
  display: none;
}
.finance-modal .pay_information .pay_select .item.active + .item::before {
  display: none;
}
.finance-modal .pay_information .pay_select .item:not(.active):hover {
  color: #0066FF;
}
.finance-modal .pay_information .pay_select .item .iconfont {
  font-size: 14px;
  margin-right: 6px;
}
.finance-modal .pay_method .pay_online {
  display: flex;
}
.finance-modal .pay_method .pay_online .item {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  min-width: 220px;
}
.finance-modal .pay_method .pay_online .item .qrcode-loading {
  padding: 20px;
}
.finance-modal .pay_method .pay_online .item img {
  width: 100%;
  height: 100%;
}
.finance-modal .pay_method .pay_online .item .qrcode-refresh {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.finance-modal .pay_method .pay_online .item .qrcode-refresh p {
  font-size: 12px;
  padding-top: 3px;
}
.finance-modal .pay_method .pay_online .item .qrcode-img,
.finance-modal .pay_method .pay_online .item .qrcode-refresh {
  display: none;
}
.finance-modal .pay_method .pay_online .item .qr_code {
  width: 148px;
  height: 148px;
  margin-bottom: 8px;
  border-radius: 5px;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
.finance-modal .pay_method .pay_online .item .title {
  font-size: 14px;
  color: #001013;
  line-height: 20px;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
}
.finance-modal .pay_method .pay_online .item .title .iconfont {
  font-size: 18px;
  margin-right: 8px;
}
.finance-modal .pay_method .pay_online .item.wx {
  color: #4BB316;
}
.finance-modal .pay_method .pay_online .item.wx .qr_code {
  border: 1px solid #4BB316;
}
.finance-modal .pay_method .pay_online .item.wx .title .iconfont {
  color: #4BB316;
}
.finance-modal .pay_method .pay_online .item.zfb {
  color: #1777FD;
}
.finance-modal .pay_method .pay_online .item.zfb .qr_code {
  border: 1px solid #1777FD;
}
.finance-modal .pay_method .pay_online .item.zfb .title .iconfont {
  color: #1777FD;
}
.finance-modal .pay_method .pay_online .item.mix {
  color: #FA5555;
}
.finance-modal .pay_method .pay_online .item.mix .qr_code {
  border: 1px solid #FA5555;
}
.finance-modal .pay_method .pay_online .item.mix .title .iconfont.icon-weixin1 {
  color: #4BB316;
}
.finance-modal .pay_method .pay_online .item.mix .title .iconfont.icon-zhifubao {
  color: #1777FD;
}
.finance-modal .pay_method .pay_online .login_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  text-decoration: underline;
  cursor: pointer;
}
.finance-modal .pay_method .pay_transfer {
  display: none;
}
.finance-modal .pay_method .pay_transfer .step_block {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}
.finance-modal .step_content {
  width: 440px;
  margin-bottom: 38px;
}
.finance-modal .step_content .step_1 {
  display: flex;
  gap: 70px;
  width: 500px;
}
.finance-modal .pay_method .pay_transfer .step_block .line {
  width: 130px;
  margin: 0 20px;
}
.finance-modal .pay_method .pay_transfer .step_block .step_item {
  display: flex;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  color: #12141A;
  line-height: 20px;
}
.finance-modal .pay_method .pay_transfer .step_block .step_item .icon {
  margin-right: 6px;
}
.finance-modal .pay_method .pay_transfer .step_block .step_item .info {
  color: #001013;
}
.finance-modal .pay_method .pay_transfer .step_block .step_item .info .title {
  font-size: 14px;
}
.finance-modal .pay_method .pay_transfer .step_content .step_item.step_2 {
  display: none;
}
.finance-modal .pay_method .pay_transfer .step_content .step_item .title {
  font-size: 14px;
  color: #878C98;
  line-height: 14px;
  margin-bottom: 12px;
}
.finance-modal .pay_method .pay_transfer .step_content .step_item .value {
  font-size: 12px;
  color: #001013;
}
.finance-modal .pay_method .pay_transfer .step_content .step_item .value > div {
  display: flex;
  margin-bottom: 12px;
}
.finance-modal .pay_method .pay_transfer .step_content .step_item .value > div:last-of-type {
  margin-bottom: 0;
}
.finance-modal .pay_method .pay_transfer .step_content .step_item .value .key {
  flex-shrink: 0;
  color: #878C98;
}
.finance-modal .pay_method .pay_transfer .step_content .step_item .value .inner {
  flex-shrink: 0;
  color: #001013;
}
.finance-modal .pay_method .pay_transfer .step_content .step_item .value .btn {
  flex-shrink: 0;
  font-size: 12px;
  color: #0066FF;
  line-height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 96px;
  height: 24px;
  border-radius: 13px;
  border: 1px solid #0066FF;
}
.finance-modal .pay_method .pay_transfer .step_content .step_item .value .btn:hover {
  background: #0066FF;
  color: #fff;
}
.finance-modal .pay_method .pay_transfer .step_content .step_item .transfer_exm {
  position: relative;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}
.finance-modal .pay_method .pay_transfer .step_content .step_item .transfer_exm img {
  width: 100%;
}
.finance-modal .pay_method .pay_transfer .step_content .step_item .transfer_exm .close {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 16px;
  right: 15px;
  background-image: url(http://bpic.588ku.com/enterprise/pay_page/transfer_close.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  cursor: pointer;
}
.finance-modal .pay_method .pay_transfer .step_content .step_item .transfer_bg {
  width: 555px;
}
.finance-modal .finance-content {
  margin-bottom: 16px;
}
.spec-pakage.dangz li {
  box-shadow: none;
  border: none !important;
}
.spec-pakage.dangz li > a {
  display: block;
  position: relative;
  z-index: 1;
  height: 100%;
  background: #fff;
  overflow: hidden;
  border-radius: 15px;
  border: 2px solid transparent;
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.08);
  transition: all 0.3s;
}
.spec-pakage.dangz li:hover a {
  border-color: #FF3400;
}
.finance-modal .pay_method {
  padding-top: 16px;
}
.finance-modal .coupon-list {
  margin-right: 36px;
}
.finance-modal .coupon-list .price_deduction .coupon {
  max-width: max-content;
  width: auto !important;
}
.finance-modal .order .order_price {
  font-size: 16px;
  display: flex;
  align-items: flex-end;
  height: 28px;
}
.finance-modal .order .order_price .money_title {
  color: #001013;
}
.finance-modal .order .order_price .money_unit {
  color: #FF5216;
}
.finance-modal .order .order_price .money_number {
  font-size: 30px;
  font-weight: bold;
  color: #FF5216;
  margin-right: 5px;
  line-height: 30px;
}
#pay_balance {
  border-top: 1px solid rgba(40, 40, 40, 0.1);
  padding-top: 24px;
  padding-left: 5px;
  width: 400px;
  height: 177px;
  display: none;
}
#pay_balance .b-price {
  display: flex;
  font-size: 13px;
  color: #303030;
  justify-content: space-between;
}
#pay_balance .b-price label {
  color: #191919;
  margin-left: 4px;
  font-size: 16px;
}
#pay_balance .b-price b {
  font-size: 24px;
  margin-left: 2px;
}
#pay_balance .b-price a {
  display: inline-block;
  width: 40px;
  text-align: center;
  height: 20px;
  line-height: 20px;
  background: rgba(0, 102, 255, 0.1);
  border-radius: 4px;
  font-size: 12px;
  color: #0066FF;
  margin-left: 6px;
  vertical-align: 3px;
}
#pay_balance .b-price a:hover {
  background: #0066FF;
  color: #fff;
}
#pay_balance .p2 {
  font-size: 12px;
  color: #8C8C8C;
  line-height: 24px;
  margin-top: 6px;
}
#pay_balance .btn {
  width: 300px;
  height: 48px;
  background: linear-gradient(137deg, #FF8F34 0%, #FF3434 100%);
  box-shadow: 0px 4px 12px 0px rgba(255, 52, 52, 0.3);
  border-radius: 12px;
  border: none;
  cursor: pointer;
  margin: 24px 52px 0;
  font-weight: bold;
  font-size: 16px;
  color: #FFF;
}
#pay_balance .btn:hover {
  background: #FF3434;
}
#pay_balance .btn.disabled {
  box-shadow: none;
  position: relative;
}
#pay_balance .btn.disabled::before {
  content: '\652f\4ed8\4e2d\002e\002e\002e';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #ccc;
  border-radius: 8px;
  line-height: 46px;
}
.vip-bottom-240827 {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
.vip-bottom-240827 .bottom-img {
  width: 100%;
  height: auto;
}
.vip-bottom-240827 .close {
  position: absolute;
  right: 18%;
  top: -8px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.module_more {
  position: relative;
  cursor: pointer;
}
.module_more .iconfont {
  font-size: 12px;
  margin-left: 2px;
  cursor: pointer;
  font-weight: normal;
}
.module_drop {
  position: absolute;
  width: 164px;
  background: #FFF;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  z-index: 9;
  left: 22px;
  display: none;
  padding: 12px;
  font-size: 12px;
  color: #191919;
  line-height: 18px;
  text-align: left;
}
.module_more:hover .module_drop {
  display: block;
}
.module_subtitle {
  display: block;
  margin-top: 2px;
}
.module_subtitle .s1 {
  color: #FF3400;
}
.table_ai {
  margin: 6px 0;
}
.author_item .t_name {
  font-weight: bold !important;
  font-size: 16px !important;
  color: #191919 !important;
  line-height: 22px;
  padding: 24px !important;
  background: #fff;
}
.equity_anchor_point {
  position: fixed;
  width: 116px;
  height: 426px;
  background: #E6F0FF;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.05);
  border-radius: 16px 0px 0px 16px;
  border: 1px solid #FFFFFF;
  top: 256px;
  transition: all 0.2s;
  margin-left: 0;
  opacity: 0;
}
.equity_anchor_point.show {
  margin-left: -116px;
  opacity: 1;
}
.equity_anchor_point .progressbar {
  content: '';
  width: 1px;
  height: 346px;
  background: rgba(24, 102, 251, 0.44);
  position: absolute;
  top: 40px;
  left: 18px;
}
.equity_anchor_point .progressbar i {
  position: absolute;
  top: 0;
  width: 100%;
  height: 50%;
  background: #1866FB;
}
.equity_anchor_point ul {
  padding: 33px 10px 0 30px;
}
.equity_anchor_point ul li {
  font-weight: bold;
  font-size: 14px;
  color: #00001A;
  line-height: 20px;
  background: #FFF;
  border-radius: 6px;
  margin-top: 104px;
  text-align: center;
  padding: 8px 0;
  cursor: pointer;
  position: relative;
}
.equity_anchor_point ul li:first-child {
  margin-top: 0;
}
.equity_anchor_point ul li .i {
  position: absolute;
  width: 10px;
  height: 10px;
  background: rgba(24, 102, 251, 0.4);
  border: 1px solid #FFFFFF;
  backdrop-filter: blur(2px);
  border-radius: 50%;
  left: -17px;
  top: calc(50% - 5px);
}
.equity_anchor_point ul li:hover {
  background: rgba(0, 102, 255, 0.1);
}
.equity_anchor_point ul li.active {
  background: none;
  color: #1866FB;
}
.equity_anchor_point ul li.active .i {
  width: 12px;
  height: 12px;
  background: #1866FB;
  box-shadow: 0px 0px 12px 0px rgba(24, 102, 251, 0.4);
  border: 2px solid #FFFFFF;
  left: -18px;
}
.trade_author {
  background-color: #F8F9FC;
  position: relative;
  padding-bottom: 50px;
}
.trade_author * {
  box-sizing: border-box;
}
.trade_author .all_w {
  max-width: 1201px;
  min-width: 1201px;
  margin: 0 auto;
}
.trade_author .content {
  position: relative;
}
.trade_author .content table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
}
.trade_author .content .table_ai td.block_title {
  background: #F9FBFF !important;
}
.trade_author .content .table_ai td.block_title::before {
  border-top-color: #F9FBFF !important;
}
.trade_author .content .table_ai td:nth-child(2n) {
  background: #EEF5FF !important;
}
.trade_author .content .table_ai td:nth-child(2n+1):not(:first-child) {
  background: #E6F0FF !important;
}
.trade_author .content .table_head {
  width: 1200px;
  background-color: #fff;
  height: 180px;
  position: absolute;
  top: 0;
}
.trade_author .content .table_head.fixed {
  z-index: 5;
  position: fixed;
  top: 0;
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.3);
}
.trade_author .content .table_head th {
  box-sizing: border-box;
  width: 112px;
  height: 33px;
  border: none;
  border-bottom: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
  vertical-align: middle;
}
.trade_author .content .table_head .price_box {
  height: 72px;
}
.trade_author .content .table_head .industry {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  width: 226px;
  height: 53px;
}
.trade_author .content .table_head .jinrong {
  background: linear-gradient(90deg, #FFFDFB 0%, #FFFAF5 100%);
}
.trade_author .content .table_head .yiliao {
  background: linear-gradient(90deg, #FCFFFA 0%, #F7FFF3 100%);
}
.trade_author .content .table_head .jiaoyu {
  background: linear-gradient(90deg, #FAFEFF 0%, #F3FCFF 100%);
}
.trade_author .content .table_head .shiye {
  background: #E30521;
  color: #fff;
  border: none;
}
.trade_author .content .table_head .industry_use_row {
  font-size: 13px;
  font-weight: bold;
  color: #000000;
}
.trade_author .content .table_head .industry_use_row th {
  width: 112px;
}
.trade_author .content .table_head .industry_use_row th:nth-last-child(-n+2) {
  background-color: rgba(255, 92, 92, 0.07);
}
.trade_author .content .table_head .price-box-tr th:nth-last-child(-n+2) {
  background-color: rgba(255, 92, 92, 0.07);
}
.trade_author .content .table_head .industry_price {
  color: #FF6057;
  font-size: 0;
  white-space: nowrap;
  margin-bottom: 10px;
}
.trade_author .content .table_head .price_small {
  font-size: 12px;
  font-weight: 400;
}
.trade_author .content .table_head .price_big {
  font-size: 18px;
  font-weight: bold;
}
.trade_author .content .table_head .table_info_bold {
  font-size: 13px;
  font-weight: bold;
  color: #000000;
}
.trade_author .content .table_head .industry_buy_btn {
  width: 92px;
  height: 32px;
  font-size: 14px;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  background: #E30521;
  border-radius: 18px;
  color: #fff;
}
.trade_author .content .table_head .industry_buy_btn:after {
  content: '';
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.2);
}
.trade_author .content .table_head .table_title {
  width: 296px;
  height: 170px;
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  line-height: 170px;
}
.trade_author .content .table_head .table_block_title {
  width: 100px;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
}
.trade_author .content .table_body {
  position: relative;
  z-index: 2;
  margin-top: 170px;
}
.trade_author .content .table_body > tbody > tr .pink {
  background-color: rgba(255, 92, 92, 0.07);
}
.trade_author .content .table_body .table_title {
  width: 102px;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  line-height: 22px;
  padding-left: 13px;
  padding-right: 13px;
}
.trade_author .content .table_body .table_subtitle {
  width: 194px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: left;
  font-size: 13px;
  font-weight: 400;
  color: #000000;
  line-height: 20px;
}
.trade_author .content .table_body .bold_text {
  font-size: 13px;
  font-weight: bold;
  color: #000000;
  line-height: 13px;
  letter-spacing: 1px;
}
.trade_author .content .table_body .succes-styleZ {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url('http://bpic.588ku.com/compyVip/20220905/gou.svg') no-repeat center;
  background-size: 15px auto;
}
.trade_author .content .table_body .err-styleZ {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url('http://bpic.588ku.com/compyVip/20220905/x_symbol.svg') no-repeat center;
  background-size: 15px auto;
}
.trade_author .content .table_body td {
  border-bottom: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
  height: 33px;
  vertical-align: middle;
  text-align: center;
  padding: 10px 0;
  font-size: 12px;
  font-weight: 400;
  color: #001013;
  line-height: 12px;
  width: 113px;
}
.yue_paytype_tag {
  position: absolute;
  font-size: 11px;
  color: #CE7D00;
  right: -5px;
  top: -5px;
  width: 52px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  background: linear-gradient(221deg, #FFF8EA 0%, #FFE5BC 100%);
  border-radius: 0px 5px 0px 5px;
}
.cooperative-block {
  background: #F8F9FC;
  padding: 60px 0;
  padding-top: 40px;
  overflow: hidden;
  position: relative;
}
.cooperative-block > label {
  position: absolute;
  left: 0;
  top: 118px;
}
.cooperative-block > label img {
  width: 600px;
}
.cooperative-block > label.l2 {
  left: auto;
  right: 0;
  transform: rotate(180deg);
}
.cooperative-block .img {
  width: 8160px;
  height: 53px;
  background-size: auto 53px;
  animation: index_brand_swipe 105s linear infinite;
  animation-play-state: running;
  margin: 22px 0;
}
.cooperative-block .img:hover {
  animation-play-state: paused;
}
.cooperative-block .img2 {
  animation: index_brand_swipe 105s linear infinite reverse;
}
@keyframes index_brand_swipe {
  0% {
    transform: 0;
  }
  100% {
    transform: translateX(calc(-8256px + 100vw));
  }
}