.pay_page {
  background-color: #EFF2F5;
  padding: 24px 0 50px;
}
.pay_head {
  user-select: none;
  background-size: 100% auto;
  position: relative;
  height: 100px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  max-width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
.pay_head.Universal {
  background: url('//bpic.588ku.com/enterprise/pay_page/pay_headbg_230322.jpg') no-repeat top left;
}
.pay_head.trade {
  background: url('//bpic.588ku.com/enterprise/pay_page/pay_headbg1_230322.jpg') no-repeat top left;
}
.pay_head.author-type0 {
  background: url(//bpic.588ku.com/enterprise/pay_page/2025/pay_headbg_250224.png);
  background-size: 100%;
}
.pay_head.author-type0 .title {
  margin-bottom: 16px;
}
.pay_head.author-type0 .title .title_text {
  font-size: 24px;
  font-weight: bold;
}
.pay_head.author-type0 .title .count {
  color: #FFEC4B;
}
.pay_head.author-type3 {
  background: url(//bpic.588ku.com/enterprise/pay_page/pay_headbg_0726.png);
  background-size: 100%;
}
.pay_head.author-type3 .p1 {
  font-size: 24px;
  font-weight: bold;
  color: #FFF;
  line-height: 44px;
  letter-spacing: 6px;
  text-shadow: 0px 2px 4px #FF7312;
}
.pay_head.author-type3 .info_list p:not(:last-child) {
  margin-right: 58px;
}
.pay_head.institution {
  background: url('//bpic.588ku.com/enterprise/pay_page/2025/pay_head_tradebg_250224.png') no-repeat top center;
  background-size: auto 100%;
}
.pay_head .title {
  margin-bottom: 16px;
  position: relative;
  display: flex;
}
.pay_head .title .title_text {
  font-size: 26px;
  color: #FFFFFF;
  letter-spacing: 3px;
  line-height: 30px;
  font-weight: bold;
}
.pay_head .title .timer {
  width: 328px;
  height: 44px;
  display: flex;
  align-items: center;
  background-image: url(//bpic.588ku.com/enterprise/pay_page/img2_230314.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  font-size: 13px;
  color: #001013;
  line-height: 16px;
  padding-left: 20px;
}
.pay_head .title .timer span:not(:first-child) {
  margin-left: 7px;
}
.pay_head .title .timer span.time_val {
  width: 28px;
  height: 28px;
  background: #DA4531;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pay_head .title .timer span.hour {
  margin-left: 3px;
}
.pay_head .title .timer span.secondVal {
  width: 44px;
}
.pay_head .title .timer span.secondVal .msecond {
  width: 8px;
  overflow: hidden;
}
.pay_head .title .timer span.secondVal span {
  margin: 0;
}
.pay_head .stitle {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  letter-spacing: 2px;
  margin-top: -8px;
  margin-bottom: -4px;
}
.pay_head .stitle .s1 {
  color: #FFEC4B;
}
.pay_head .info_list {
  display: flex;
  font-size: 14px;
  color: #fff;
  opacity: 0.75;
}
.pay_head .info_list p {
  display: flex;
  align-items: center;
}
.pay_head .info_list p span {
  letter-spacing: 1px;
}
.pay_head .info_list p:not(:last-child) {
  margin-right: 40px;
}
.pay_head .info_list p .icon {
  width: 14px;
  height: 14px;
  margin-right: 10px;
}
.pay_head .tab_list {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  background-repeat: no-repeat;
  height: 52px;
  overflow: hidden;
}
.pay_head .tab_list .bg {
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.pay_head .tab_list .active_bar {
  position: absolute;
  top: 0;
  width: 600px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.pay_head .tab_list .active_bar.left {
  background-image: url(//bpic.588ku.com/enterprise/pay_page/img3_230314.svg);
  left: 0;
}
.pay_head .tab_list .active_bar.right {
  background-image: url(//bpic.588ku.com/enterprise/pay_page/img4_230314.svg);
  right: 0;
}
.pay_head .tab_list .tab_item {
  width: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 18px;
  letter-spacing: 1px;
  position: relative;
  cursor: pointer;
}
.pay_head .tab_list .tab_item .script {
  padding: 0 13px;
  height: 22px;
  white-space: nowrap;
  line-height: 22px;
  background: #FF5326;
  border-radius: 0px 10px 0px 10px;
  font-size: 12px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #FFFFFF;
  letter-spacing: 1px;
  margin-left: 6px;
}
.pay_head .tab_list .tab_item.active {
  color: #000;
}
.clien_popup {
  position: fixed;
  top: 50%;
  right: 50px;
  display: flex;
}
.clien_popup:hover .clien_info {
  display: block;
}
.clien_popup .clien_info {
  margin-right: 10px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 16px;
  background-color: #fff;
  display: none;
}
.clien_popup .clien_info .clien_block {
  display: flex;
  white-space: nowrap;
}
.clien_popup .clien_info .clien_block:not(:last-child) {
  margin-bottom: 24px;
}
.clien_popup .clien_info .clien_block:nth-child(2) .subtitle {
  margin-bottom: 0;
}
.clien_popup .clien_info .clien_block .icon {
  width: 28px;
  margin-right: 12px;
}
.clien_popup .clien_info .clien_block .title {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #001013;
  margin-bottom: 2px;
}
.clien_popup .clien_info .clien_block .title_2 {
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #001013;
  margin-bottom: 2px;
}
.clien_popup .clien_info .clien_block .subtitle {
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: rgba(0, 16, 19, 0.5);
  line-height: 16px;
  margin-bottom: 8px;
}
.clien_popup .clien_info .clien_block .client_btn {
  width: 80px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #595959;
  border-radius: 4px;
  border: 1px solid #393939;
  cursor: pointer;
}
.clien_popup .clien_info .clien_block .client_btn:hover {
  border-color: transparent;
  background: #3A3939;
  color: #FFFFFF;
}
.clien_popup .btn {
  padding: 8px;
  background: #FFFFFF;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  height: 147px;
}
.clien_popup .btn .icon {
  width: 28px;
  margin-bottom: 5px;
}
.clien_popup .btn p {
  width: 12px;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #001013;
  line-height: 16px;
}
.qrcode-edu-auth {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(234, 240, 255, 0.95);
  font-size: 16px;
  font-weight: bold;
  color: #282828;
  letter-spacing: 2px;
  cursor: pointer;
  display: none;
}
.qrcode-edu-auth dl {
  position: absolute;
  left: calc(50% - 32px);
  top: calc(50% - 21px);
}
.qrcode-edu-auth dd {
  color: #165DFF;
}
.right-tab-bd-v2 {
  position: relative;
}
.right-tab-bd-v2 * {
  box-sizing: border-box;
}
.right-tab-bd-v2 .right-tab {
  position: absolute;
  width: 58px;
  height: 318px;
  background: url(//bpic.588ku.com/mainSite/all_vip/ent_vip/right_tab_v2_bg.png);
  background-size: 100% 100%;
  top: 6px;
  right: -86px;
}
.right-tab-bd-v2 .right-tab li {
  width: 39px;
  font-size: 12px;
  color: #282828;
  line-height: 16px;
  text-align: center;
  position: relative;
}
.right-tab-bd-v2 .right-tab li a {
  display: block;
  padding-top: 30px;
  padding-left: 9px;
  cursor: pointer;
  height: 100px;
}
.right-tab-bd-v2 .right-tab li:hover a,
.right-tab-bd-v2 .right-tab li.open a {
  color: #165DFF;
}
.right-tab-bd-v2 .right-tab li:hover .custom-consult-pop,
.right-tab-bd-v2 .right-tab li.open .custom-consult-pop {
  transform: scale(1);
  opacity: 1;
}
.right-tab-bd-v2 .right-tab[index='1'] {
  background-image: url(//bpic.588ku.com/mainSite/all_vip/ent_vip/right_tab_v2_bg02.png);
}
.right-tab-bd-v2 .right-tab-two {
  position: absolute;
  width: 58px;
  height: 295px;
  background: url(//bpic.588ku.com/mainSite/all_vip/ent_vip/right_tab2_bg_01.png);
  background-size: 100% 100%;
  top: 22px;
  right: -86px;
}
.right-tab-bd-v2 .right-tab-two li {
  width: 39px;
  font-size: 12px;
  color: #282828;
  line-height: 16px;
  text-align: center;
}
.right-tab-bd-v2 .right-tab-two li a {
  display: block;
  padding-top: 44px;
  padding-left: 9px;
  cursor: pointer;
  height: 146px;
}
.right-tab-bd-v2 .right-tab-two[index='1'] {
  background-image: url(//bpic.588ku.com/mainSite/all_vip/ent_vip/right_tab2_bg_02.png);
}
.custom-consult-pop {
  position: absolute;
  width: 238px;
  height: 281px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background-image: url(//bpic.588ku.com/enterprise/components/client_popup/client_popup_bg.png);
  background-size: 100% 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  right: 41px;
  top: -90px;
  z-index: 9;
  text-align: center;
  transition: all 0.2s;
  opacity: 0;
  transform: scale(0);
  transform-origin: right center;
}
.custom-consult-pop .title {
  font-weight: bold;
  font-size: 16px;
  color: #FFE4C3;
  line-height: 22px;
}
.custom-consult-pop .subtitle {
  font-size: 14px;
  color: #FFE4C3;
  line-height: 20px;
  margin-top: 3px;
}
.custom-consult-pop .qrcode_img {
  padding-top: 25px;
}
.custom-consult-pop .qrcode_img img {
  width: 114px;
  border-radius: 5px;
  padding: 3px;
  background: #fff;
}
.custom-consult-pop .main_info {
  font-size: 12px;
  color: rgba(254, 248, 238, 0.8);
  line-height: 12px;
  margin-top: 23px;
  margin-bottom: 10px;
}
.custom-consult-pop .sub_info {
  font-size: 12px;
  color: rgba(254, 248, 238, 0.5);
  line-height: 12px;
}
[data-content-index] {
  display: none;
}
.clien_popup {
  z-index: 9;
}
@media screen and (max-width: 1505px) {
  .clien_popup {
    display: none;
  }
}
.why-buy-sidebar {
  position: fixed;
  right: 28px;
  top: 423px;
  z-index: 200;
  padding-left: 12px;
}
.why-buy-sidebar * {
  box-sizing: border-box;
}
.why-buy-sidebar dt {
  width: 70px;
  height: 68px;
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
  color: #ae6f3b;
  text-align: center;
  font-size: 12px;
  padding-top: 10px;
  cursor: pointer;
}
.why-buy-sidebar dt img {
  width: 16px;
  margin-bottom: 5px;
}
.why-buy-sidebar dt p {
  transform: scale(0.92);
}
.why-buy-sidebar dd {
  width: 650px;
  height: 470px;
  position: absolute;
  background: url(//bpic.588ku.com//mainSite/all_vip/ent_vip/why_bg.jpg);
  background-size: 100% 100%;
  right: 73px;
  bottom: -30px;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 24px 36px 0 24px;
  display: none;
}
.why-buy-sidebar dd .title {
  font-size: 20px;
  color: #fff;
  text-shadow: 0px 2px 4px #5E3000;
  line-height: 30px;
  margin-bottom: 6px;
}
.why-buy-sidebar dd .title::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 20px;
  background: #F9DEBD;
  border-radius: 1px;
  vertical-align: -4px;
  margin-right: 6px;
}
.why-buy-sidebar dd .detail {
  background: #FFFFFF;
  border-radius: 10px;
  backdrop-filter: blur(3px);
  padding: 16px;
  padding-bottom: 4px;
  color: #333333;
  line-height: 22px;
}
.why-buy-sidebar dd .detail p {
  margin-bottom: 12px;
  display: flex;
}
.why-buy-sidebar dd .detail p label {
  font-size: 16px;
  width: 20px;
}
.why-buy-sidebar dd .detail p .s1 {
  flex: 1;
}
.why-buy-sidebar dd .detail1 {
  margin-bottom: 24px;
  line-height: 20px;
}
.why-buy-sidebar dd .detail1 b {
  color: #165DFF;
}
.why-buy-sidebar:hover dd {
  display: block;
}
.why-buy-sidebar .show1600 {
  display: none;
}
.ent_customer_service {
  position: fixed;
  right: 28px;
  top: 528px;
  width: 70px;
  height: 74px;
  background: linear-gradient(135deg, #4D86FF 0%, #0051FF 100%);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  border: 1px solid;
  border-image: linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0)) 1 1;
  cursor: pointer;
  z-index: 200;
}
.ent_customer_service .face {
  width: 42px;
  position: absolute;
  left: 14px;
  top: -21px;
}
.ent_customer_service .title {
  padding-top: 28px;
  font-weight: bold;
  font-size: 14px;
  color: #FFF;
  line-height: 20px;
  text-shadow: 0px 2px 4px #0046DE;
  text-align: center;
  margin-bottom: 7px;
}
.ent_customer_service .btn {
  width: 69.5px;
  height: 17.4px;
  line-height: 17.4px;
  text-align: center;
  background: linear-gradient(126deg, #FFF6E6 0%, #FFE9C8 100%);
  border-radius: 8px;
  font-size: 12px;
  color: #0051FF;
  margin: 0 auto;
  transform: scale(0.92);
}
@media screen and (max-width: 1600px) {
  .why-buy-sidebar {
    right: 0;
    top: 416px;
  }
  .why-buy-sidebar dt {
    width: 60px;
    height: 82px;
  }
  .why-buy-sidebar .show1600 {
    display: block;
  }
  .why-buy-sidebar .hide1600 {
    display: none;
  }
  .ent_customer_service {
    width: 60px;
    height: 70px;
    right: 0;
  }
  .ent_customer_service .face {
    width: 36px;
    top: -17px;
    left: 12px;
  }
  .ent_customer_service .title {
    font-size: 12px;
    padding-top: 25px;
  }
  .ent_customer_service .btn {
    width: 60.9px;
  }
}
.side-top-menu-item.side-top-menu-item-backtop {
  display: none !important;
}
.page_bottom_info {
  font-size: 12px;
  line-height: 24px;
  color: #787B85;
  padding-top: 30px;
  max-width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}
.page_bottom_info .info_item {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.page_bottom_info .client_btn {
  width: 88px;
  height: 28px;
  line-height: 26px;
  text-align: center;
  box-sizing: border-box;
  background: #fff;
  border-radius: 100px;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  cursor: pointer;
}
.page_bottom_info .client_btn:hover {
  border: 1px solid #1890FF;
  color: #1890FF;
}
.page_bottom_info .client_btn .iconfont {
  color: #17A1FF;
  margin-right: 4px;
}
.nin_th_tag {
  position: absolute;
  height: 20px;
  line-height: 20px;
  background: linear-gradient(to right, #FF12FD, #5C38FF);
  border-radius: 100px;
  padding: 0 6px;
  font-size: 12px;
  color: #FFF;
  font-weight: normal;
  top: -24px;
  left: -4px;
  white-space: nowrap;
}
.balance_tag {
  position: absolute;
  top: -5px;
  right: 0;
  width: 56px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  background: linear-gradient(221deg, #FFF8EA 0%, #FFE5BC 100%);
  border-radius: 0px 5px 0px 5px;
  font-size: 12px;
  color: #CE7D00;
}
.agreement_balance {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1001;
  display: flex;
  justify-content: center;
  align-items: center;
}
.agreement_balance.show {
  display: flex;
}
.agreement_balance .win {
  background: #fff;
  width: 900px;
  height: 550px;
  border-radius: 5px;
  position: relative;
}
.agreement_balance .win .close {
  position: absolute;
  right: 15px;
  top: 14px;
  cursor: pointer;
  font-size: 16px;
  opacity: 0.7;
}
.agreement_balance .win .close:hover {
  opacity: 1;
}
.agreement_balance .win h1 {
  text-align: center;
  font-size: 16px;
  line-height: 42px;
  font-weight: bold;
  padding-top: 15px;
}
.agreement_balance .win .content {
  padding: 10px 26px;
  max-height: calc(100% - 85px);
  overflow-y: auto;
}
.agreement_balance .win p {
  text-indent: 2em;
}
.agreement_balance .win .p1 {
  font-size: 12px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.85);
}
.agreement_balance .win .p2 {
  font-size: 12px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.85);
  padding-top: 16px;
}
.vip_time_limit_bd {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 20px;
}
.vip_time_limit {
  font-size: 14px;
  color: rgba(0, 16, 19, 0.75);
  position: absolute;
  white-space: nowrap;
}
.vip_time_limit b {
  font-size: 15px;
  color: #FF5216;
}
.count_down {
  width: 300px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: rgba(255, 51, 0, 0.05);
  border-radius: 4px;
  font-size: 12px;
  color: #FF3300;
  margin-top: 5px;
  margin-bottom: -10px;
}
.count_down b {
  display: inline-block;
  margin: 0 6px;
  width: 22px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #FF3300;
  border-radius: 3px;
  font-size: 13px;
  color: #FFF;
}
#pay_balance .b-price {
  white-space: nowrap;
}
.entSite-menu {
  display: block;
  width: 130px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: linear-gradient(147deg, #F9FBFF 0%, #F0F6FF 100%);
  border-radius: 6px;
  font-size: 14px;
  color: #0066FF;
  margin-right: 20px;
  margin-top: 2px;
}
.entSite-menu:hover {
  background: #E6F0FF;
}
.pay_head.author-type0 .title .title_text {
  font-size: 28px;
}
.company_vip_pay,
.trade_pay {
  position: relative;
}
.rights_other {
  width: 100%;
  padding: 12px 22px 0 38px;
  box-sizing: border-box;
}
.rights_other li {
  font-size: 13px;
  color: #777777;
  line-height: 14px;
  margin-bottom: 10px;
}
.rights_other li > label,
.rights_other li .val {
  float: right;
}
.auth_welfare {
  padding: 8px 22px 6px 38px;
  box-sizing: border-box;
}
.auth_welfare li {
  font-size: 13px;
  color: #777;
  line-height: 14px;
  margin-bottom: 10px;
}
.ai_ku_bd {
  display: inline-block;
  position: relative;
}
.ai_ku_bd .name {
  text-decoration: underline;
}
.ai_ku_bd .ai_ku_drop {
  position: absolute;
  bottom: 15px;
  left: -22px;
  padding: 16px 0px 12px 16px;
  width: 257px;
  background: #FFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  z-index: 99;
  box-sizing: border-box;
  font-size: 13px;
  color: #474747;
  line-height: 20px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.ai_ku_bd .ai_ku_drop p {
  margin-bottom: 4px;
}
.ai_ku_bd .ai_ku_drop .p1 {
  color: #0066FF;
  margin-top: 8px;
}
.ai_ku_bd .ai_ku_drop .ico {
  vertical-align: -2px;
  margin-right: 2px;
  width: 16px;
}
.ai_ku_bd .auth_drop {
  left: -122px !important;
  top: 18px !important;
}
.ai_ku_bd:hover .ai_ku_drop {
  visibility: visible;
  opacity: 1;
  bottom: 18px;
}
.ai_ku_bd:hover .auth_drop {
  display: block !important;
}
.ai_ku_bd:hover .name {
  color: #0066FF;
}
.ent_subsidy_leftside {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
.ent_subsidy_leftside * {
  box-sizing: border-box;
}
.ent_subsidy_leftside .subsidy_box {
  width: 50px;
  height: 350px;
  background: linear-gradient(180deg, #FF3322 0%, #FF9F07 100%);
  border-radius: 6px 0px 0px 6px;
  position: absolute;
  left: -46px;
  text-align: center;
  padding-right: 4px;
  padding-top: 20px;
  cursor: pointer;
}
.ent_subsidy_leftside .subsidy_box .s1 {
  display: block;
  font-weight: bold;
  font-size: 16px;
  color: #FFF;
  line-height: 20px;
  text-shadow: 0px 2px 4px rgba(255, 0, 0, 0.5);
  letter-spacing: 5px;
  margin-bottom: 6px;
  padding: 1px 0 1px 5px;
}
.ent_subsidy_leftside .subsidy_box .price {
  font-weight: bold;
  font-size: 16px;
  color: #FFF254;
  line-height: 21px;
  text-shadow: 0px 2px 4px rgba(195, 0, 0, 0.5);
  background: rgba(0, 0, 0, 0.1);
  width: 42px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  margin: 0 auto;
  border-radius: 4px;
  margin-top: -5px;
}
.ent_subsidy_leftside .subsidy_box button {
  width: 28px;
  height: 84px;
  background: #FFF;
  box-shadow: 0px 2px 6px 0px rgba(255, 0, 0, 0.2);
  border-radius: 16px;
  font-weight: bold;
  font-size: 13px;
  color: #FF2600;
  line-height: 16px;
  border: none;
  margin-top: 11px;
  cursor: pointer;
}
.pay_info_bd {
  border-radius: 10px;
  border: 1px solid #D8DFE6;
  box-sizing: border-box;
  padding-bottom: 21px;
}
.user_info {
  display: flex;
  align-items: center;
  padding: 0 17px 0px 16px;
  position: relative;
  height: 48px;
  background: #F5F9FF;
  border-radius: 8px;
  box-sizing: border-box;
}
.user_info .timer25 {
  position: absolute;
  right: 16px;
  font-size: 12px;
  color: #FF5216;
  display: flex;
  line-height: 20px;
}
.user_info .timer25 .time_val {
  width: 22px;
  height: 20px;
  text-align: center;
  background: #FF5216;
  border-radius: 3px;
  font-size: 13px;
  color: #FFF;
  align-items: center;
  margin: 0 6px;
}
.user_info .company_select {
  margin-left: 5px;
  z-index: 3;
  width: 230px;
  background: #fff;
  border-radius: 4px;
  padding-left: 16px;
  position: relative;
  cursor: pointer;
  border: 1px solid rgba(23, 90, 255, 0.4);
}
.user_info .company_select .value {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.user_info .company_select .value .change_btn {
  width: 40px;
  height: 30px;
  background: #175AFF;
  border-radius: 0px 4px 4px 0px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  flex-shrink: 0;
}
.user_info .company_select .value .change_btn .iconfont {
  font-size: 20px;
}
.user_info .company_select .value .current_company {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-grow: 1;
}
.user_info .company_select .option_list {
  position: absolute;
  bottom: 31px;
  left: 0;
  background: #FFF;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  max-width: 425px;
  max-height: 236px;
  min-width: 100%;
  overflow-y: scroll;
  z-index: 2;
  padding: 8px 0;
  display: none;
}
.user_info .company_select .option_list::-webkit-scrollbar {
  width: 4px;
  position: absolute;
}
.user_info .company_select .option_list::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 5px;
}
.user_info .company_select .option_list .item {
  font-size: 12px;
  color: #001013;
  width: 100%;
  height: 28px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 28px;
  padding: 0 16px;
  box-sizing: border-box;
  cursor: pointer;
}
.user_info .company_select .option_list .item:hover,
.user_info .company_select .option_list .item.active {
  background: rgba(0, 16, 19, 0.05);
}
.user_info .company_select .createcompany_info {
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translate(100%, -50%);
  font-size: 12px;
  color: #FF774B;
  line-height: 16px;
}
.user_info .login_btn {
  text-decoration: underline;
  cursor: pointer;
}
.user_info .avatar {
  width: 28px;
  height: 28px;
  border-radius: 14px;
  overflow: hidden;
  margin-right: 10px;
}
.user_info .user_describe {
  font-size: 14px;
  color: #444444;
}
.user_info .user_describe .user_name {
  margin-right: 10px;
}
.user_info .activity_banner {
  position: absolute;
  top: 0;
  right: 0;
  width: 282px;
}
.pay_information {
  display: flex;
  margin-bottom: 30px;
  align-items: flex-start;
  padding-left: 15px;
  padding-top: 42px;
}
.pay_information .pay_select {
  width: 120px;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  background: #F5F9FF;
  border-radius: 8px;
}
.pay_information .pay_select .item {
  height: 48px;
  border-radius: 8px;
  padding-left: 21px;
  line-height: 44px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #666;
  cursor: pointer;
  position: relative;
}
.pay_information .pay_select .item::before {
  content: '';
  position: absolute;
  left: 20px;
  top: 0;
  width: 80px;
  height: 1px;
  background: rgba(0, 0, 0, 0.06);
}
.pay_information .pay_select .item:nth-child(1)::before {
  display: none;
}
.pay_information .pay_select .item.active {
  background: #165DFF;
  box-shadow: 0px 0px 10px 0px rgba(22, 93, 255, 0.2);
  color: #FFF;
}
.pay_information .pay_select .item.active::before {
  display: none;
}
.pay_information .pay_select .item.active + .item::before {
  display: none;
}
.pay_information .pay_select .item:not(.active):hover {
  color: #0066FF;
}
.pay_information .pay_select .item .iconfont {
  font-size: 16px;
  margin-right: 6px;
}
.pay_information .pay_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-left: -130px;
}
.pay_information .pay_content .order {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 15px;
}
.pay_information .pay_content .order .order_price {
  font-size: 16px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}
.pay_information .pay_content .order .order_price .money_title {
  color: #001013;
}
.pay_information .pay_content .order .order_price .money_number {
  font-size: 30px;
  font-weight: bold;
  color: #FF5216;
  margin-right: 5px;
  line-height: 30px;
}
.pay_information .pay_content .order .order_price .money_unit {
  color: #FF5216;
}
.pay_information .pay_content .order .order_price .year-price {
  font-size: 14px;
  color: #FF5216;
}
.pay_information .pay_content .order .order_price .coupon {
  border: 1px dashed #DCDEE8;
  padding: 4px;
  margin-bottom: -6px;
  margin-right: 20px;
}
.pay_information .pay_content .order .order_price .coupon > span {
  width: 102px;
  height: 24px;
  background: linear-gradient(311deg, #F8D8B2 0%, #FFFAF6 100%);
  display: inline-block;
}
.pay_information .pay_content .order .order_price .coupon > span b {
  font-size: 12px;
  padding-left: 6px;
  color: #FF5100;
}
.pay_information .pay_content .order .order_price .coupon > span b em {
  font-size: 18px;
  color: #FF3017;
}
.pay_information .pay_content .order .order_price .coupon > span i {
  display: inline-block;
  width: 1px;
  height: 14px;
  border-left: 1px dashed #C36F43;
  margin-left: 5px;
  margin-right: 4px;
}
.pay_information .pay_content .order .order_price .coupon > span .s2 {
  font-size: 12px;
  color: #C36F43;
  vertical-align: 2px;
}
.pay_information .pay_content .pay_method .pay_online {
  display: flex;
}
.pay_information .pay_content .pay_method .pay_online .item {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  min-width: 260px;
  margin: 0 20px;
}
.pay_information .pay_content .pay_method .pay_online .item .qrcode-loading {
  padding: 20px;
}
.pay_information .pay_content .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;
}
.pay_information .pay_content .pay_method .pay_online .item .qrcode-refresh p {
  font-size: 12px;
  padding-top: 3px;
}
.pay_information .pay_content .pay_method .pay_online .item .qrcode-img,
.pay_information .pay_content .pay_method .pay_online .item .qrcode-refresh {
  display: none;
}
.pay_information .pay_content .pay_method .pay_online .item .qr_code {
  width: 200px;
  min-height: 200px;
  margin-bottom: 18px;
  border-radius: 5px;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
.pay_information .pay_content .pay_method .pay_online .item .qrcode-img {
  padding: 20px;
}
.pay_information .pay_content .pay_method .pay_online .item .title {
  font-size: 14px;
  color: #001013;
  line-height: 20px;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
}
.pay_information .pay_content .pay_method .pay_online .item .title .iconfont {
  font-size: 18px;
  margin-right: 8px;
}
.pay_information .pay_content .pay_method .pay_online .item.wx {
  color: #4BB316;
}
.pay_information .pay_content .pay_method .pay_online .item.wx .qr_code {
  border: 1px solid #4BB316;
}
.pay_information .pay_content .pay_method .pay_online .item.wx .title .iconfont {
  color: #4BB316;
}
.pay_information .pay_content .pay_method .pay_online .item.zfb {
  color: #1777FD;
}
.pay_information .pay_content .pay_method .pay_online .item.zfb .qr_code {
  border: 1px solid #1777FD;
}
.pay_information .pay_content .pay_method .pay_online .item.zfb .title .iconfont {
  color: #1777FD;
}
.pay_information .pay_content .pay_method .pay_online .item.mix {
  color: #FA5555;
}
.pay_information .pay_content .pay_method .pay_online .item.mix .qr_code {
  border: 1px solid #FA5555;
}
.pay_information .pay_content .pay_method .pay_online .item.mix .title .iconfont.icon-weixin1 {
  color: #4BB316;
}
.pay_information .pay_content .pay_method .pay_online .item.mix .title .iconfont.icon-zhifubao {
  color: #1777FD;
}
.pay_information .pay_content .pay_method .pay_online .login_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  text-decoration: underline;
  cursor: pointer;
}
.pay_information .pay_content .pay_method .pay_transfer {
  display: none;
}
.pay_information .pay_content .pay_method .pay_transfer .step_block {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.pay_information .pay_content .pay_method .pay_transfer .step_block .line {
  width: 274px;
  margin: 0 20px;
}
.pay_information .pay_content .pay_method .pay_transfer .step_block .step_item {
  display: flex;
  cursor: pointer;
}
.pay_information .pay_content .pay_method .pay_transfer .step_block .step_item .icon {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  border: 1px solid #001013;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  color: #001013;
  margin-right: 8px;
}
.pay_information .pay_content .pay_method .pay_transfer .step_block .step_item .info {
  color: #001013;
}
.pay_information .pay_content .pay_method .pay_transfer .step_block .step_item .info .title {
  font-size: 14px;
}
.pay_information .pay_content .pay_method .pay_transfer .step_block .step_item .info .subtitle {
  font-size: 12px;
}
.pay_information .pay_content .pay_method .pay_transfer .step_content .step_item.step_2 {
  display: none;
}
.pay_information .pay_content .pay_method .pay_transfer .step_content .step_item .title {
  font-size: 14px;
  color: #878C98;
  line-height: 14px;
  margin-bottom: 15px;
}
.pay_information .pay_content .pay_method .pay_transfer .step_content .step_item .value {
  font-size: 14px;
  color: #001013;
  display: flex;
  margin-bottom: 10px;
}
.pay_information .pay_content .pay_method .pay_transfer .step_content .step_item .value .key {
  color: #878C98;
}
.pay_information .pay_content .pay_method .pay_transfer .step_content .step_item .value .inner {
  color: #001013;
  width: 320px;
}
.pay_information .pay_content .pay_method .pay_transfer .step_content .step_item .value .btn {
  width: 90px;
  height: 22px;
  background: linear-gradient(90deg, #F6DC98 0%, #ECC567 100%);
  border-radius: 11px;
  font-size: 12px;
  color: #25231C;
  line-height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.pay_information .pay_content .pay_method .pay_transfer .step_content .step_item .value .btn::before {
  margin-right: 4px;
  content: '';
  width: 13px;
  height: 14px;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.pay_information .pay_content .pay_method .pay_transfer .step_content .step_item .value .btn.client:before {
  background-image: url(http://static.588ku.com/imgPath/compyVip/images/20221101/client_1.svg);
}
.pay_information .pay_content .pay_method .pay_transfer .step_content .step_item .value .btn.look:before {
  background-image: url(//bpic.588ku.com/enterprise/pay_page/pay_transfer_icon1.svg);
}
.pay_information .pay_content .pay_method .pay_transfer .step_content .step_item .value .btn:hover {
  background: linear-gradient(90deg, #ECC567 0%, #F6DC98 100%);
}
.pay_information .pay_content .pay_method .pay_transfer .step_content .step_item .transfer_exm {
  width: 539px;
  height: 238px;
  position: relative;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}
.pay_information .pay_content .pay_method .pay_transfer .step_content .step_item .transfer_exm .close {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 16px;
  right: 15px;
  background-image: url(//bpic.588ku.com/enterprise/pay_page/transfer_close.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  cursor: pointer;
}
.pay_information .pay_content .pay_method .pay_transfer .step_content .step_item .transfer_bg {
  width: 555px;
}
.agr_tip {
  font-size: 12px;
  color: rgba(0, 16, 19, 0.5);
  line-height: 16px;
  padding-left: 15px;
  margin-top: -45px;
}
.agr_tip i {
  cursor: pointer;
}
.agr_tip i:hover {
  text-decoration: underline;
}
/*# sourceMappingURL=./pay_basic250224.css.map */