.pay_page {
  background-color: #EFF2F5;
  padding: 24px 0 50px;
}
.pay_head {
  user-select: none;
  background-size: 100% auto;
  position: relative;
  height: 114px;
  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/pay_headbg_0718.jpg!/fh/114);
  background-size: 100%;
}
.pay_head.author-type0 .title {
  margin-bottom: 20px;
}
.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('//js.588ku.com/enterprise/img/public_institution.jpg') no-repeat top center;
  background-size: auto 100%;
}
.pay_head .title {
  margin-bottom: 25px;
  position: relative;
  display: flex;
}
.pay_head .title .title_text {
  font-size: 30px;
  font-family: MicrosoftYaHei;
  color: #FFFFFF;
  letter-spacing: 4px;
}
.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;
  font-family: MicrosoftYaHei;
  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-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  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 .info_list {
  display: flex;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #FFFFFF;
}
.pay_head .info_list p {
  display: flex;
  align-items: center;
}
.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;
  bottom: 15%;
  z-index: 200;
  padding-left: 12px;
}
.why-buy-sidebar * {
  box-sizing: border-box;
}
.why-buy-sidebar dt {
  width: 56px;
  height: 94px;
  background: linear-gradient(135deg, #E49E62 0%, #C26618 100%);
  box-shadow: 0px 4px 12px 0px rgba(142, 86, 38, 0.2);
  border-radius: 8px;
  border-image: linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0)) 1 1;
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding-top: 10px;
  cursor: pointer;
}
.why-buy-sidebar dt img {
  width: 20px;
  margin-bottom: 7px;
}
.why-buy-sidebar dt p {
  opacity: 0.9;
}
.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: 68px;
  bottom: 0;
  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;
}
@media screen and (max-width: 1430px) {
  .why-buy-sidebar {
    display: none;
  }
}
@media screen and (max-width: 1450px) {
  .why-buy-sidebar {
    bottom: 5%;
  }
}
.side-top-menu-item.side-top-menu-item-backtop {
  display: none !important;
}
.right-side {
  bottom: calc(50vh - 243px - 55px) !important;
}
.why-buy-sidebar {
  bottom: calc(50vh - 243px - 55px + 415px + 15px) !important;
  right: 0 !important;
}
.why-buy-sidebar dd {
  bottom: -376px;
}
@media screen and (max-height: 640px) {
  .why-buy-sidebar {
    display: none !important;
  }
  .right-side {
    bottom: calc(50vh - 243px) !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;
}
