.trade_pay {
  max-width: 1200px;
  margin: 0 auto;
  min-width: 1200px;
  border-radius: 0px 0px 4px 4px;
  cursor: default;
  padding: 30px;
  padding-top: 20px;
  background-color: #fff;
  box-sizing: border-box;
}
.trade_pay img {
  width: 100%;
}
.trade_pay * {
  box-sizing: border-box;
}
.trade_pay .page_info {
  display: grid;
  grid-template-columns: 100%;
  margin-top: 10px;
}
.trade_pay .page_info .info_item {
  display: grid;
  grid-template-columns: 75px 1052px;
  gap: 0 18px;
  margin-bottom: 24px;
}
.trade_pay .page_info .info_name {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #666666;
  line-height: 14px;
  letter-spacing: 1px;
}
.trade_pay .version_list {
  position: relative;
  width: 1056px;
}
.trade_pay .version_list .swiper-change {
  height: calc(100% - 24px);
  width: 69px;
  position: absolute;
  top: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.trade_pay .version_list .swiper-change.left {
  left: 0;
  justify-content: flex-start;
  background: linear-gradient(270deg, rgba(238, 238, 238, 0) 0%, #FFFFFF 100%);
}
.trade_pay .version_list .swiper-change.left .swiper-button {
  margin-left: -15px;
}
.trade_pay .version_list .swiper-change.right {
  right: 0;
  justify-content: flex-end;
  background: linear-gradient(90deg, rgba(238, 238, 238, 0) 0%, #FFFFFF 100%);
}
.trade_pay .version_list .swiper-change.right .swiper-button {
  margin-right: -15px;
}
.trade_pay .version_list .swiper-change .swiper-button {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  display: flex;
  z-index: 3;
  top: 50%;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid #E8E8E8;
  backdrop-filter: blur(4px);
  cursor: pointer;
}
.trade_pay .version_list .swiper-change .swiper-button > i {
  font-size: 12px;
  font-weight: 900;
  color: #333;
}
.trade_pay .version_list .swiper-change.button-disabled {
  display: none;
}
.trade_pay .version_list .change_btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.trade_pay .version_list .change_btn .iconfont {
  font-size: 28px;
}
.trade_pay .version_list .change_btn .btn_item {
  width: 30px;
  height: 30px;
  background: #ffffff;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid #E8E8E8;
  backdrop-filter: blur(1px);
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 50%;
}
.trade_pay .version_list .change_btn .btn_item:hover {
  background: #175AFF;
  color: #fff;
}
.trade_pay .version_list .change_btn .btn_item.left {
  transform: translate(-100%, -50%) rotate(90deg);
  left: 14px;
  display: none;
}
.trade_pay .version_list .change_btn .btn_item.right {
  transform: translate(100%, -50%) rotate(-90deg);
  right: 17px;
}
.trade_pay .version_list .version_list_swiper {
  padding: 10px 0 24px 0;
  overflow: hidden;
  display: flex;
  width: 100%;
  position: relative;
}
.trade_pay .version_list .version_list_swiper .container {
  width: 100%;
  /* display: grid;
        grid-template-columns: repeat(8,300px);
        gap: 0 24px;
        transition: all .3s; */
}
.trade_pay .version_list .version_item {
  width: 230px;
  height: 370px;
  background: #FFF;
  border-radius: 8px;
  position: relative;
  border: 2px solid #D8DFE6;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 22px;
  justify-content: flex-start;
  box-sizing: border-box;
  cursor: pointer;
  user-select: none;
  margin-right: 20px;
}
.trade_pay .version_list .version_item.version_item-1 {
  width: 249px;
  height: 196px;
}
.trade_pay .version_list .version_item .sign {
  position: absolute;
  top: -12px;
  left: -2px;
  height: 22px;
  font-size: 14px;
  color: #FF2100;
  line-height: 22px;
  padding: 0 10px;
  border-radius: 10px 0;
  background: #FFE0D6;
}
.trade_pay .version_list .version_item:last-child {
  margin-right: 0;
}
.trade_pay .version_list .version_item.active {
  box-shadow: 0px 4px 10px 0px rgba(255, 83, 38, 0.5);
  border: 2px solid transparent;
}
.trade_pay .version_list .version_item.active::before {
  position: absolute;
  left: -2px;
  right: -2px;
  top: -2px;
  bottom: -2px;
  box-sizing: border-box;
  content: '';
  border-radius: 8px;
  border: 3px solid #FF5326;
}
.trade_pay .version_list .version_item.active::after {
  content: '';
  background: url('//bpic.588ku.com/enterprise/pay_page/version_icon2.svg') no-repeat center center;
  background-size: 100% auto;
  width: 30px;
  height: 30px;
  position: absolute;
  right: -2px;
  bottom: -2px;
}
.trade_pay .version_list .version_item .sub_script {
  position: absolute;
  top: -13px;
  left: 73px;
  color: #FFF;
  line-height: 23px;
  background: #FFE0D6;
  color: #FF2100;
  font-size: 14px;
  background: url(//bpic.588ku.com/enterprise/pay_page/top_tag_bg.svg);
  background-size: 100% 100%;
  width: 150px;
  height: 24px;
  text-align: center;
}
.trade_pay .version_list .version_item .version-use {
  height: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #282828;
  line-height: 18px;
  margin-bottom: 2px;
}
.trade_pay .version_list .version_item .version_name {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.trade_pay .version_list .version_item .version_name span {
  font-size: 16px;
  color: #282828;
  line-height: 16px;
  letter-spacing: 1px;
  font-weight: bold;
}
.trade_pay .version_list .version_item .version_name em {
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #444444;
  line-height: 12px;
  letter-spacing: 1px;
}
.trade_pay .version_list .version_item .version_use {
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #444444;
  line-height: 12px;
  letter-spacing: 1px;
  margin-bottom: 13px;
}
.trade_pay .version_list .version_item .acc_count {
  font-size: 13px;
  color: #777;
  margin-bottom: 10px;
  margin-top: 6px;
}
.trade_pay .version_list .version_item .version_price {
  display: flex;
  align-items: flex-end;
  margin-bottom: 17px;
  padding-top: 4px;
}
.trade_pay .version_list .version_item .version_price span {
  font-size: 36px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #FF5216;
  line-height: 24px;
  letter-spacing: 1px;
}
.trade_pay .version_list .version_item .version_price i {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #FF0A00;
  line-height: 14px;
}
.trade_pay .version_list .version_item .version_price label {
  font-size: 16px;
  color: #FF5216;
  line-height: 14px;
  margin-right: 2px;
}
.trade_pay .version_list .version_item .version_price em {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #666;
  line-height: 14px;
  margin-left: 2px;
}
.trade_pay .version_list .version_item .version_tip {
  font-size: 14px;
  color: #FF5216;
  line-height: 12px;
  letter-spacing: 1px;
  margin-bottom: 16px;
}
.trade_pay .version_list .version_item .line {
  width: 174px;
  height: 0px;
  border-top: 1px #EEEEEE dashed;
  margin-bottom: 14px;
}
.trade_pay .version_list .version_item .line-1 {
  width: 201px;
  height: 0px;
  border-top: 1px #EEEEEE dashed;
  margin-bottom: 12px;
}
.trade_pay .version_list .version_item .account_info {
  font-size: 12px;
  color: #777;
  line-height: 13px;
  letter-spacing: 1px;
  margin-bottom: 12px;
}
.trade_pay .version_list .version_item .account_info b {
  font-weight: normal;
}
.trade_pay .version_list .version_item .account_info em {
  color: #FF5216;
}
.trade_pay .version_list .version_item .account_info-1 {
  height: 14px;
  font-size: 13px;
  color: #282828;
  line-height: 14px;
  margin-bottom: 10px;
}
.trade_pay .version_list .version_item .ensure_info {
  font-size: 13px;
  color: #666;
  line-height: 12px;
}
.trade_pay .version_list .version_item .version_count {
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #444444;
  line-height: 12px;
}
.trade_pay .version_list .version_item .auth_drop {
  position: absolute;
  background: #fff;
  width: 230px;
  background: #FFFFFF;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  z-index: 9;
  left: -6px;
  top: 72px;
  display: none;
  padding: 8px 15px;
  padding-right: 0px;
}
.trade_pay .version_list .version_item .auth_drop label {
  display: inline-block;
  width: 48%;
  padding: 4px 0;
  font-size: 12px;
  color: #282828;
  line-height: 18px;
}
.trade_pay .version_list .version_item .auth_drop label .iconfont {
  font-size: 12px;
  color: #53CC77;
  margin-right: 5px;
}
.trade_pay .version_list .version_item .r_acc_count {
  font-size: 12px;
  color: #5E5E5E;
  line-height: 14px;
  margin-bottom: 20px;
  margin-top: 4px;
}
.trade_pay .version_list .version_item.version-institution .version_name span {
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
}
.trade_pay .version_list .version_item.version-institution .version_price {
  margin-bottom: 16px;
}
.trade_pay .version_list .version_item.version-institution .version_price em {
  font-weight: bold;
  color: #FF5216;
  letter-spacing: 1px;
  position: relative;
}
.trade_pay .version_list .version_item.version-institution .line {
  margin-bottom: 9px;
}
.trade_pay .limit_info .popup_block {
  display: none;
}
.trade_pay .limit_info .limit_item {
  display: flex;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #666;
  line-height: 16px;
  letter-spacing: 1px;
}
.trade_pay .limit_info .popup_btn {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.trade_pay .limit_info .popup_btn .icon {
  width: 14px;
  height: 14px;
}
.trade_pay .limit_info .popup_btn:hover .popup_content {
  display: block;
}
.trade_pay .limit_info .popup_btn .popup_content {
  position: absolute;
  right: 0;
  transform: translate(100%, 0);
  display: none;
  z-index: 2;
}
.trade_pay .limit_info .popup_btn .popup_content.top {
  top: -10px;
}
.trade_pay .limit_info .popup_btn .popup_content.center {
  top: 50%;
  transform: translate(100%, -50%);
}
.trade_pay .limit_info .popup_btn .popup_content .popup_title {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #001013;
  border-radius: 4px;
  position: relative;
  padding: 12px 15px 12px 20px;
  box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.2);
  right: -8px;
  background-color: #fff;
  white-space: nowrap;
}
.trade_pay .limit_info .popup_btn .popup_content .popup_title:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  border: 2px solid transparent;
  border-color: #fff #fff transparent transparent;
  transform: translate(-50%, -50%) rotate(-135deg);
  box-shadow: 2px -2px 4px 0px rgba(0, 0, 0, 0.2);
}
.trade_pay .business {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #666;
  line-height: 16px;
  letter-spacing: 1px;
  display: flex;
}
.trade_pay .business .popup_btn {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.trade_pay .business .popup_btn .icon {
  width: 14px;
  height: 14px;
}
.trade_pay .business .popup_btn:hover .popup_content {
  display: block;
}
.trade_pay .business .popup_btn .popup_content {
  position: absolute;
  right: 0;
  transform: translate(100%, 0);
  display: none;
  z-index: 2;
}
.trade_pay .business .popup_btn .popup_content.top {
  top: -10px;
}
.trade_pay .business .popup_btn .popup_content.center {
  top: 50%;
  transform: translate(100%, -50%);
}
.trade_pay .business .popup_btn .popup_content .popup_title {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #001013;
  border-radius: 4px;
  position: relative;
  padding: 12px 15px 12px 20px;
  box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.2);
  right: -8px;
  background-color: #fff;
  white-space: nowrap;
}
.trade_pay .business .popup_btn .popup_content .popup_title:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  border: 2px solid transparent;
  border-color: #fff #fff transparent transparent;
  transform: translate(-50%, -50%) rotate(-135deg);
  box-shadow: 2px -2px 4px 0px rgba(0, 0, 0, 0.2);
}
.trade_pay .scope_info {
  width: 100%;
  overflow: hidden;
}
.trade_pay .scope_info .scope_box {
  border-radius: 8px;
  padding-right: 30px;
  display: none;
}
.trade_pay .scope_info .scope_box .scope_name {
  font-size: 14px;
  color: #282828;
  line-height: 16px;
  letter-spacing: 1px;
  font-weight: bold;
  padding-top: 4px;
}
.trade_pay .scope_info .scope_box .scope_item {
  display: grid;
  gap: 16px 0;
}
.trade_pay .scope_info .scope_box .scope_val {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #333;
  line-height: 16px;
  letter-spacing: 1px;
}
.trade_pay .scope_info .scope_box .scope_row_col {
  display: grid;
  gap: 16px 0;
}
.trade_pay .scope_info .scope_box .scope_row {
  display: grid;
  grid-template-columns: repeat(6, 16%);
}
.trade_pay .scope_info .scope_box .right,
.trade_pay .scope_info .scope_box .not {
  display: flex;
}
.trade_pay .scope_info .scope_box .right:before,
.trade_pay .scope_info .scope_box .not:before {
  content: '';
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-right: 10px;
}
.trade_pay .scope_info .scope_box .right:before {
  background-image: url('//static.588ku.com/imgPath/compyVip/images/20221101/scope_is.svg');
}
.trade_pay .scope_info .scope_box .not:before {
  background-image: url('//static.588ku.com/imgPath/compyVip/images/20221101/scope_not.svg');
}
.trade_pay .from_list {
  padding-top: 30px;
}
.trade_pay .from_list .from_item {
  display: flex;
  position: relative;
}
.trade_pay .from_list .from_item:not(:last-child) {
  margin-bottom: 20px;
}
.trade_pay .from_list .from_item.center {
  align-items: center;
}
.trade_pay .from_list .from_item .key {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #666666;
  margin-right: 30px;
  width: 72px;
  flex-shrink: 0;
}
.trade_pay .from_list .from_item .value {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #666666;
  display: flex;
  align-items: center;
}
.trade_pay .from_list .from_item .value .value_item {
  margin-right: 5px;
  display: inline-block;
}
.trade_pay .from_list .from_item.version_trigger .value {
  display: none;
}
.trade_pay .from_list .from_item .popup_btn {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.trade_pay .from_list .from_item .popup_btn .icon {
  width: 14px;
  height: 14px;
}
.trade_pay .from_list .from_item .popup_btn:hover .popup_content {
  display: block;
}
.trade_pay .from_list .from_item .popup_btn .popup_content {
  position: absolute;
  right: 0;
  transform: translate(100%, 0);
  display: none;
  z-index: 2;
}
.trade_pay .from_list .from_item .popup_btn .popup_content.top {
  top: -10px;
}
.trade_pay .from_list .from_item .popup_btn .popup_content.center {
  top: 50%;
  transform: translate(100%, -50%);
}
.trade_pay .from_list .from_item .popup_btn .popup_content .popup_title {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #001013;
  border-radius: 4px;
  position: relative;
  padding: 12px 15px 12px 20px;
  box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.2);
  right: -8px;
  background-color: #fff;
  white-space: nowrap;
}
.trade_pay .from_list .from_item .popup_btn .popup_content .popup_title:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  border: 2px solid transparent;
  border-color: #fff #fff transparent transparent;
  transform: translate(-50%, -50%) rotate(-135deg);
  box-shadow: 2px -2px 4px 0px rgba(0, 0, 0, 0.2);
}
.trade_pay .from_list .from_item .author_scope {
  max-width: 946px;
  background: #F7F8FA;
  border-radius: 8px;
  line-height: 26px;
  padding: 16px 28px;
  display: none;
  flex-grow: 1;
  flex-direction: column;
  align-items: flex-start;
}
.trade_pay .from_list .from_item .author_scope .item {
  font-size: 13px;
  font-family: MicrosoftYaHei;
  color: #788385;
  line-height: 16px;
  display: grid;
  grid-template-columns: 220px auto;
  row-gap: 16px;
}
.trade_pay .from_list .from_item .author_scope .item.on {
  margin-bottom: 16px;
}
.trade_pay .from_list .from_item .author_scope .item.on .item_title:before {
  background-image: url('//static.588ku.com/imgPath/compyVip/images/20221101/scope_is.svg');
}
.trade_pay .from_list .from_item .author_scope .item .item_title {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
}
.trade_pay .from_list .from_item .author_scope .item .item_title.in_row {
  grid-column-start: span 2;
}
.trade_pay .from_list .from_item .author_scope .item .item_title::before {
  content: '';
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 11px;
  flex-shrink: 0;
  background-image: url('//static.588ku.com/imgPath/compyVip/images/20221101/scope_not.svg');
}
.trade_pay .from_list .from_item .author_scope .author_scope_info {
  position: absolute;
  top: 17px;
  right: 30px;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #788385;
  line-height: 16px;
  text-decoration: underline;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.trade_pay .from_list .from_item .author_scope .author_scope_info .icon {
  width: 14px;
  height: 14px;
  margin-left: 10px;
}
.trade_pay .from_list .from_item .author_scope .author_scope_info:hover .author_scope_content {
  display: block;
}
.trade_pay .from_list .from_item .author_scope .author_scope_info .author_scope_content {
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #001013;
  line-height: 28px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  width: 720px;
  position: absolute;
  bottom: -10px;
  right: -20px;
  transform: translate(0, 100%);
  z-index: 2;
  padding: 18px 24px;
  border-radius: 8px;
  display: none;
}
.trade_pay .from_list .from_item .author_scope .author_scope_info .author_scope_content:after {
  content: '';
  position: absolute;
  top: 0;
  right: 20px;
  transform: translate(0, -100%);
  border: 5px solid transparent;
  border-bottom-color: #fff;
}
.trade_pay .from_list .from_item .author_scope .author_scope_info .author_scope_content p {
  width: 673px;
  display: flex;
}
.trade_pay .from_list .from_item .author_scope .author_scope_info .author_scope_content p.not .scope_value {
  text-decoration: line-through;
}
.trade_pay .from_list .from_item .author_scope .author_scope_info .author_scope_content p .title {
  white-space: nowrap;
  width: 74px;
  flex-shrink: 0;
  text-align: right;
}
.trade_pay .vip_year_count {
  font-size: 14px;
  color: rgba(0, 16, 19, 0.75);
}
.trade_pay .vip_year_count b {
  font-weight: bold;
  font-size: 15px;
  color: #FF5216;
}
.trade_pay .clien_popup {
  position: fixed;
  top: 50%;
  right: 50px;
  display: flex;
  z-index: 9;
}
.trade_pay .clien_popup:hover .clien_info {
  display: block;
}
.trade_pay .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;
}
.trade_pay .clien_popup .clien_info .clien_block {
  display: flex;
  white-space: nowrap;
}
.trade_pay .clien_popup .clien_info .clien_block:not(:last-child) {
  margin-bottom: 24px;
}
.trade_pay .clien_popup .clien_info .clien_block:nth-child(2) .subtitle {
  margin-bottom: 0;
}
.trade_pay .clien_popup .clien_info .clien_block .icon {
  width: 28px;
  margin-right: 12px;
}
.trade_pay .clien_popup .clien_info .clien_block .title {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #001013;
  margin-bottom: 2px;
}
.trade_pay .clien_popup .clien_info .clien_block .title_2 {
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #001013;
  margin-bottom: 2px;
}
.trade_pay .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;
}
.trade_pay .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;
}
.trade_pay .clien_popup .clien_info .clien_block .client_btn:hover {
  border-color: transparent;
  background: #3A3939;
  color: #FFFFFF;
}
.trade_pay .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;
}
.trade_pay .clien_popup .btn .icon {
  width: 28px;
  margin-bottom: 5px;
}
.trade_pay .clien_popup .btn p {
  width: 12px;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #001013;
  line-height: 16px;
}
@media screen and (max-width: 1505px) {
  .trade_pay .clien_popup {
    display: none;
  }
}
.more-bd {
  padding: 11px 0 17px 16px;
  margin-bottom: 18px;
  display: none;
  background: linear-gradient(90deg, #FFF6EE 0%, rgba(255, 246, 238, 0) 100%);
  border-radius: 10px;
}
.more-btn {
  cursor: pointer;
  color: #282828;
  line-height: 16px;
}
.more-btn .s2 {
  display: none;
}
.more-btn .icon-up {
  display: none;
}
.more-btn.open .s1 {
  display: none;
}
.more-btn.open .s2 {
  display: inline;
}
.more-btn.open .icon-qiye-xiajiantou {
  display: none;
}
.more-btn.open .icon-up {
  display: inline;
}
.more-btn:hover {
  color: #165DFF;
}
.basic-qy {
  height: 52px;
  line-height: 52px;
  background: linear-gradient(90deg, #F5F9FF 0%, rgba(245, 249, 255, 0) 100%);
  border-radius: 10px;
  color: #282828;
  padding-left: 16px;
}
.basic-qy label {
  margin-right: 30px;
}
.basic-qy label::before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 3px;
  background: #282828;
  margin-right: 6px;
  border-radius: 50%;
  vertical-align: 2px;
}
.right-tab-bd {
  position: relative;
}
.right-tab-bd .right-tab {
  position: absolute;
  width: 59px;
  height: 430px;
  background: url(//bpic.588ku.com//mainSite/all_vip/ent_vip/right_tab_bg.png);
  padding-left: 9px;
  top: -28px;
  right: -87px;
}
.right-tab-bd .right-tab li {
  width: 30px;
  font-size: 12px;
  color: #282828;
  line-height: 16px;
  padding-top: 44px;
  text-align: center;
  height: 132px;
  cursor: pointer;
}
.right-tab-bd .right-tab li:hover {
  color: #165DFF;
}
.right-tab-bd .right-tab[index='2'] {
  background: url(//bpic.588ku.com//mainSite/all_vip/ent_vip/right_tab_bg_03.png);
}
.right-tab-bd .right-tab[index='0'] {
  background: url(//bpic.588ku.com//mainSite/all_vip/ent_vip/right_tab_bg_01.png);
}
.right-tab-bd .right-tab.right-tab2 {
  height: 227px;
  background-image: url(//bpic.588ku.com/mainSite/all_vip/ent_vip/right_tab2_bg_01.png);
  background-size: 100% 100%;
}
.right-tab-bd .right-tab.right-tab2[index='1'] {
  background: url(//bpic.588ku.com/mainSite/all_vip/ent_vip/right_tab2_bg_02.png);
  background-size: 100% 100%;
}
.right-tab-bd .right-tab.right-tab1 {
  height: 156px;
  background-image: url(//bpic.588ku.com//mainSite/all_vip/ent_vip/right_tab1_bg_02.png);
  background-size: 100% 100%;
}
.right-tab-bd .right-tab.right-tab1[index='0'] {
  background: url(//bpic.588ku.com//mainSite/all_vip/ent_vip/right_tab1_bg_01.png);
  background-size: 100% 100%;
}
.edu-tag {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  width: 148px;
  height: 22px;
  line-height: 22px;
  background-image: url(//bpic.588ku.com/enterprise/pay_page/2023/edu_tag.png);
  background-size: 100% 100%;
  text-align: center;
}
.trade_pay.trade_pay_institution .version_list .version_item.active::before {
  border-color: #5B66B1;
}
.trade_pay.trade_pay_institution .version_list .version_item.active::after {
  background-image: url(//bpic.588ku.com/enterprise/pay_page/2023/version_icon.svg);
}
.trade_pay.trade_pay_institution .version_list .version_item.active {
  box-shadow: 0px 4px 10px 0px rgba(91, 102, 177, 0.5);
}
.apply-subject .info_name {
  padding-top: 19px;
}
.apply-subject .as-con {
  padding: 16px 12px;
  background: linear-gradient(90deg, #FFF6EE 0%, rgba(255, 246, 238, 0) 100%);
  border-radius: 10px;
  font-size: 14px;
  color: #282828;
  line-height: 20px;
}
.apply-subject .as-con label {
  margin-right: 40px;
}
.clien_popup {
  z-index: 9;
}
@media screen and (max-width: 1505px) {
  .clien_popup {
    display: none;
  }
}
.popup_btn {
  position: relative;
  cursor: pointer;
}
.popup_btn .icon {
  width: 12px;
  vertical-align: -1px;
  margin-left: 2px;
}
.popup_btn .popup_content {
  position: absolute;
  right: 0;
  transform: translate(100%, 0);
  display: none;
  z-index: 2;
  top: 0;
}
.popup_btn:hover .popup_content {
  display: block;
}
.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;
}
.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;
  font-size: 24px;
  margin-bottom: 4px;
}
.popup-container .popup-case .popup-case_item .popup-case_text {
  flex-shrink: 0;
  font-size: 12px;
  color: #001013;
}
.popup-container .popup-case .popup-case_item .icon-qiye-yuansu {
  color: #45B4FF;
}
.popup-container .popup-case .popup-case_item .icon-qiye-yishuzi {
  color: #33D9E4;
}
.popup-container .popup-case .popup-case_item .icon-qiye-chahua {
  color: #89D43D;
}
.popup-container .popup-case .popup-case_item .icon-qiye-moban {
  color: #FFA933;
}
.popup-container .popup-case .popup-case_item .icon-qiye-sheying {
  color: #FF797A;
}
.popup-container .popup-case .popup-case_item .icon-qiye-bangong {
  color: #FFCD34;
}
.popup-container .popup-case .popup-case_item .icon-qiye-beijing {
  color: #FB6B5C;
}
.popup-container .popup-case .popup-case_item .icon-qiye-UI {
  color: #48C9B0;
}
.popup-container .popup-case .popup-case_item .icon-qiye-shiting {
  color: #8E84E8;
}
.popup-container .popup-case .popup-case_item .icon-qiye-gif {
  color: #EF2B79;
}
.popup-container .popup-case .popup-case_item.disabled .iconfont {
  color: #ADADAD;
}
.popup-container .popup-case .popup-case_item.disabled .popup-case_text {
  color: #ADADAD;
  text-decoration: line-through;
}
#pay_balance {
  border-top: 1px solid rgba(40, 40, 40, 0.1);
  padding-top: 24px;
  width: 560px;
  padding-left: 35px;
  display: none;
}
#pay_balance .b-price {
  display: flex;
  font-size: 16px;
  color: #666;
  gap: 90px;
  white-space: nowrap;
}
#pay_balance .b-price label {
  color: #282828;
  margin-left: 4px;
}
#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(23, 161, 255, 0.1);
  border-radius: 4px;
  font-size: 12px;
  color: #17A1FF;
  margin-left: 6px;
  vertical-align: 3px;
}
#pay_balance .b-price a:hover {
  background: #17A1FF;
  color: #fff;
}
#pay_balance .p2 {
  font-size: 12px;
  color: #787B85;
  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 110px 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;
}
/*# sourceMappingURL=./trade_pay250225.css.map */