body, html {
  min-width: 1280px;
  overflow-x: auto;
}
.hidden {
  display: none !important; 
}
ul,li {
  list-style-type: none;
}

.schedule_container {
  background: #F9FBFE;
  display: flex;
  padding-top: 64px;
  height: 100vh;
  min-width: 768px;
  overflow: hidden;
}

.schedule_container .content_wrap {
  flex: 1;
  margin: 24px;
  overflow: scroll;
  /* overflow: hidden; */
}
.schedule_container .content_wrap .schedule_wrap {
  /* height: 100%; */
}
.schedule_container .content_wrap .mer_info_wrap,
.schedule_container .content_wrap .schedule_content,
.schedule_container .content_wrap .empty_wrap {
  display:none
}
.schedule_container .content_wrap .mer_info_wrap .mer_info {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
 .mer_info .mer_type {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 20px;
  padding: 2px 8px;
  border-radius: 2px;
  margin-right: 12px;
}
.mer_info .mer_type.customers {
  color: #0FC6C2;
  background: #B5F4EA;
}
.mer_info .mer_type.partner {
  color: #0D6EFF;
  background: #BEDAFF;
}
.mer_info .mer_type.agent {
  color: #753ec9;
  background: rgba(228, 210, 244, 0.32);
}
 .mer_info .mer_name {
  font-weight: bold;
  font-size: 18px;
  color: #1D2129;
  letter-spacing: 0;
  line-height: 26px;
  margin-right: 16px;
}
 .mer_info .mer_id {
  font-size: 14px;
  color: #4E5969;
  letter-spacing: 0;
  line-height: 22px;
  margin-right: 24px;
}
 .mer_info .mer_change {
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-size: 14px;
  color: #0D6EFF;
  letter-spacing: 0;
  line-height: 22px;
  cursor: pointer;
}
 .mer_info .mer_change img {
  width: 18px;
  height: 18px;
  margin-right: 4px;
}
.mer_info .user_info {
  display: none;
}

.schedule_content .interface_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.schedule_content .interface_wrap .interface_type {
  display: flex;
  width: calc(50% - 12px);
}
.schedule_content .interface_wrap .interface_type .interface_type_item {
  flex: 1;
  min-width: 220px;
  height: 134px;
  display: flex;
  padding: 24px 12px 34px 24px;
  background: #FFFFFF;
  border-radius: 8px;
  margin-left: 24px;
}
.schedule_content .interface_wrap .interface_type .interface_type_item:first-of-type {
  margin-left: 0px;
}

.schedule_content .interface_wrap .interface_type .interface_type_item .item_left {
  width: 74px;
  height: 74px;
  background: #F2F8FF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 24px;
}
.schedule_content .interface_wrap .interface_type .interface_type_item .item_left img {
  width: 36px;
  height: 36px;
}
.schedule_content .interface_wrap .title {
  font-weight: bold;
  font-size: 18px;
  color: #1D2129;
  letter-spacing: 0;
  line-height: 26px;
}
.schedule_content .interface_wrap .interface_type .interface_type_item .item_right .num {
  font-size: 20px;
  color: #4E5969;
  letter-spacing: 0;
  line-height: 28px;
  margin-top: 10px;
}
.schedule_content .interface_wrap .interface_type .interface_type_item .item_right .blue_num {
  font-weight: bold;
  font-size: 32px;
  color: #0D6EFF;
  letter-spacing: 0;
  line-height: 44px;
}
.schedule_content .interface_wrap .interface_type .interface_type_item .item_right .cut {
  margin: 0 4px;
}
.schedule_content .interface_wrap .interface_type .interface_type_item .item_right .bold_num {
  font-weight: bold;
  font-size: 32px;
  color: #1D2129;
  letter-spacing: 0;
  line-height: 44px;
}

.schedule_content .schedule_progress {
  /* flex: 1; */
  width: calc(50% - 12px);
  min-width: 535px;
  display: flex;
  padding: 0px 24px;
  background: #FFFFFF;
  border-radius: 8px;
  flex-shrink: 0;
}

.schedule_content .schedule_progress .title {
  display: flex;
  align-items: center;
  height: 26px;
  margin-top: 24px;
}
.schedule_content .schedule_progress .title .tips {
  margin-left: 4px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.schedule_content .schedule_progress .title .tips .img {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.schedule_content .schedule_progress .title .tips .tooltip {
  display: none;
  position: absolute;
  top: -44px;
  left: 50%;
  transform: translateX(-50%);
  width: 174px;
  height: 38px;
  background: rgba(37, 41, 49, 0.9);
  color: white;
  border-radius: 2px;
  text-align: center;
  line-height: 38px;
  font-size: 14px;
  white-space: nowrap;
  z-index: 3;
  font-weight: 400;
}

.schedule_content .schedule_progress .title .tips .tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 4px;
  border-style: solid;
  border-color: rgba(37, 41, 49, 0.9) transparent transparent transparent;
}

.schedule_content .schedule_progress .title .tips:hover .tooltip {
  display: block;
}
.schedule_content .schedule_progress .progress_wrap {
  display: flex;
}
.schedule_content .schedule_progress .progress_chart {
  padding: 0 24px;
}

.ring {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

#tutorial {
  transform: rotate(-120deg);
  width: 130px;
  height: 130px;
  top: 15px;
  position: relative;
}

.percentage_num_wrap {
  position: absolute;
  bottom: 25px;
  font-weight: bold;
  font-size: 28px;
  color: #1D2129;
  letter-spacing: 0;
  text-align: center;
  line-height: 44px;
}
.schedule_content .schedule_progress .progress_list {
  padding-top: 24px;
}
.schedule_content .schedule_progress .progress_list .progres_item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  color: #4E5969;
}

.schedule_content .schedule_progress .progress_list .progres_item .dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-right: 16px;
  position: relative;
}
.schedule_content .schedule_progress .progress_list .progres_item .dot::before {
  position: absolute;
  content: '';
  background: #fff;
  border: 1px solid #C9CDD4;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  left: 3px;
  top: 3px;
}
.schedule_content .schedule_progress .progress_list .progres_item .dot::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 24px;
  background-color:  #C9CDD4;
  left: 8px;
  top: 14px;
}
.schedule_content .schedule_progress .progress_list .progres_item:last-of-type .dot::after {
  display: none;
}


.schedule_content .schedule_progress .progress_list .progres_item.active {
  color: #0D6EFF;
}

.schedule_content .schedule_progress .progress_list .progres_item.active .dot::before {
  background: #0D6EFF;
  width: 10px;
  height: 10px;
  border: 4px solid #DAE9FF;
  left: 0px;
  top: 0px;
}

.schedule_content .schedule_progress .progress_list .progres_item .progress_name {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 22px;
  min-width: 105px;
}
.schedule_content .schedule_progress .progress_list .progres_item.active .progress_name {
  font-weight: bold;
}

.schedule_content .interface_list_info {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 24px;
  margin-top: 24px;
  /* height: calc(100vh - 296px);
  overflow: hidden; */
}
.interface_list_info .total_wrap {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.interface_list_info .total_wrap .total_item {
  width: 25%;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
  color: #1D2129;
  letter-spacing: 0;
  line-height: 24px;
}
.interface_list_info .total_wrap .total_item .icon_wrap {
  width: 32px;
  height: 32px;
  background: #F2F8FF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}
.interface_list_info .total_wrap .total_item .icon_wrap img {
  width: 18px;
  height: 18px;
}

.schedule_container .content_wrap .empty_wrap {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 24px;
}

.schedule_container .content_wrap .empty_wrap .empty_title {
  font-weight: bold;
  font-size: 18px;
  color: #1D2129;
  letter-spacing: 0;
  line-height: 26px;
}

.schedule_container .content_wrap .empty_wrap .empty_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}

.schedule_container .content_wrap .empty_wrap .empty_img {
  width: 256px;
  height: 256px;
}

.schedule_container .content_wrap .empty_wrap .empty_desc {
  font-size: 14px;
  color: #4E5969;
  letter-spacing: 0;
  line-height: 22px;
  margin-top: 8px;
}

.schedule_container .content_wrap .empty_wrap .empty_desc .status-item {
  margin-bottom: 24px;
  position: relative;
}
.schedule_container .content_wrap .empty_wrap .empty_desc .status-item::after {
  position: absolute;
  top: 28px;
  left: 10px;
  content: '';
  display: inline-block;
  width: 1px;
  height: 46px;
  background: #F6F6F6;
}
.schedule_container .content_wrap .empty_wrap .empty_desc .status-item:last-of-type:after {
  display: none;
}

.schedule_container .content_wrap .empty_wrap .empty_desc .status-item .status-title {
  font-size: 16px;
  line-height: 24px;
  color: #1D2129;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.schedule_container .content_wrap .empty_wrap .empty_desc .status-item .status-title .status-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 16px;
  line-height: 24px;
  color: #B5B5B5;
  border-radius: 50%;
  background: #F6F6F6;
  font-weight: 400;
  margin-right: 12px;
}
.schedule_container .content_wrap .empty_wrap .empty_desc .status-item.highlight .status-title .status-icon {
  background: #0D6EFF;
  color: #FFFFFF;
}
.schedule_container .content_wrap .empty_wrap .empty_desc .status-item.completed .status-title .status-icon {
  content: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/dgwebsite/open-public/docs/images/schedule/icon-completed.svg);
}
.schedule_container .content_wrap .empty_wrap .empty_desc .status-item.completed::after {
  background: #0D6EFF;
}
.schedule_container .content_wrap .empty_wrap .empty_desc .status-item .status-desc {
  margin-left: 32px;
}

/* table 添加滚动条 */
.table-wrapper::-webkit-scrollbar {
  display: block;
  width: 6px;
  height: 6px
}
.table-wrapper::-webkit-scrollbar-track {
  background: transparent;
}
.table-wrapper::-webkit-scrollbar-thumb {
  background: #e7e7e7;
  border-radius: 3px;
}
* {
  scrollbar-color: #e7e7e7 transparent;
  scrollbar-width: thin
}

.table-wrapper {
  overflow-x: auto;
  /* height: 100%; */
}
.table-wrapper table {
  width: 100%;
  /* height: 300px;
  overflow-y: scroll; */
  border-collapse: collapse;
  table-layout: fixed;
}
th, td {
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table-wrapper table thead {
  height: 48px;
  border-radius: 2px;
  margin-bottom: 4px;
}
.table-wrapper table thead th {
  font-weight: 400;
  font-size: 14px;
  color: #4E5969;
  letter-spacing: 0;
  line-height: 22px;
  background: #F6FAFF;
  padding: 8px 0;
  /* position: sticky;
  top: 0;
  z-index: 3;  */
}
.table-wrapper table thead th.fixed-column {
  padding-left: 60px;
  /* z-index: 4; */
}
.table-wrapper table thead th img { 
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.fixed-column {
  width: 400px;
  position: sticky;
  left: 0;
  z-index: 1;
}
#tableBody .break_wrap {
  display: none;
}
#tableBody .break_state {
  text-align: center;
  padding: 24px 0;
  font-size: 14px;
  color: #4E5969;
  letter-spacing: 0;
  text-align: center;
  line-height: 22px;
}
#tableBody .break_state img {
  width: 256px;
  height: 256px;
  margin-bottom: 8px;
}
#tableBody .fixed-column {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #1D2129;
  letter-spacing: 0;
  line-height: 22px;
  background-color: #fff;
}
.table-wrapper .expand-icon {
  margin-right: 24px;
  display: inline-block;
  width: 8px;
  height: 7px;
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/dgwebsite/open-public/docs/images/schedule/icon-triangle.svg) no-repeat center center;
  background-size: contain;
  transition: all 0.3s ease;
  cursor: pointer;
  transform: rotate(-90deg);
}
.table-wrapper .expand-icon:hover {
  opacity: 0.8;
}
.table-wrapper .expand-icon.expanded {
  transform: rotate(0deg);
}
.table-wrapper .icon-pay {
  width: 40px;
  height: 40px;
  background: #F1F8FF;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}
.table-wrapper .icon-pay-green {
  background: #F5FFF1;
}
.table-wrapper .icon-pay img {
  width: 20px;
  height: 20px;
}

#tableBody td {
  height: 64px;
  font-size: 14px;
  color: #4E5969;
  letter-spacing: 0;
  line-height: 22px;
}
#tableBody tr:hover,
#tableBody tr:hover td  {
  background-color: #FAFBFD !important
}

#tableBody .header {
  margin-bottom: 2px;
  cursor: pointer;
}
#tableBody .header .fixed-column {
  padding-left: 24px;
}
#tableBody .child-row {
  height: 64px;
}
#tableBody .child-row .fixed-column {
  padding-left: 116px;
}
#tableBody .child-row .must_type {
  width: 40px;
  height: 24px;
  border-radius: 2px;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
  margin-right: 12px;
}
#tableBody .child-row .must {
  border: 1px solid #0D6EFF;
  color: #0D6EFF;
}
#tableBody .child-row .nomust {
  border: 1px solid #4E5969;
  color: #4E5969;
}
#tableBody .child-row .in-progress {
  color: #0D6EFF;
}
#tableBody .child-row .completed {
  color: #00B42A;
}
.type-column {
  width: 160px;
  position: relative;
}
.api_id {
  width: 350px;
}
.api-name-column {
  cursor: pointer;
}
.type-column:hover::after {
  content: attr(title);
  position: absolute;
  left: 0;
  top: 100%;
  white-space: normal;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 5px;
  z-index: 10;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
  display: block;
  min-width: 160px; /* Adjust as needed */
}

.progress_bar {
  height: 4px; 
  background: #F3F9FF; 
  border-radius: 2px; 
  position: relative;
  margin-top: 2px;
}
.progress_bar .progress_bar_inner {
  height: 4px;
  background: #0D6EFF;
  box-shadow: 0 8px 24px 0 #0d6eff1f;
  border-radius: 2px;
}

/* 弹窗 */
.message_box_wrapper {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  display: none;
  align-items: center;
}

.message_box_wrapper .message_box{
  width: 450px;
  padding: 14px 0;
  margin: 10% auto;
  /* background-color: #fff; */
  background-image:radial-gradient(circle at 57% -42%, #C6B4F6 0%, #ffffff00 42%), radial-gradient(circle at 16% -40%, #A1BDFF 0%, #ffffff00 38%), linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
  box-shadow: 0 6px 40px 0 #354ca614;
  border-radius: 8px;
  position: relative;
}

.message_box_wrapper .message_box .message_box_header{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px 0 24px;
  position: relative;
}
.message_box_wrapper .message_box .message_box_header .message_box_title{
  font-size: 16px;
  color: #1D2129;
  font-weight: bold;
}
.message_box_wrapper .message_box .message_box_header .message_box_close {
  position: absolute;
  right: 24px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url('https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/dgwebsite/open-public/docs/images/icons/icon-close.svg') no-repeat;
  background-size: contain;
  background-position: center;
}

.change_mer_wrapper .mer_box {
  width: 520px;
  max-height: 570px;
  margin: 10% auto;
  position: relative;

}
.change_mer_wrapper .mer_box .mer_box_header {
  height: 110px;
  background: #0D6EFF;
  display: flex;
  align-items: center;
  padding: 12px 24px;
  position: relative;
  border-radius: 16px 16px 0 0;
}
.change_mer_wrapper .mer_box .mer_box_header::after {
  content: '';
  display: inline-block;
  width: 164px;
  height: 118px;
  background: url('https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/dgwebsite/open-public/docs/images/schedule/icon-user.png') no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 16px;
  right: 52px;
}
.change_mer_wrapper .mer_box .mer_box_header .mer_box_title {
  font-weight: bold;
  font-size: 22px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 30px;
}
.change_mer_wrapper .mer_box .mer_box_header .mer_box_close {
  position: absolute;
  right: 24px;
  top: 12px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url('https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/dgwebsite/open-public/docs/images/icons/icon-close-white.svg') no-repeat;
  background-size: contain;
  background-position: center;
}
.mer_box .mer_box_content {
  height: 392px;
  background: #FFFFFF;
  border-radius: 16px 16px 0 0;
  margin-top: -16px;
  z-index: 2;
  position: relative;
  padding: 24px;
  overflow: scroll;

}

.mer_box .mer_box_content .mer_item {
  width: 472px;
  height: 86px;
  background: #FFFFFF;
  border: 1px solid #F3F3F3;
  border-radius: 4px;
  padding: 16px 20px 16px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  margin-bottom: 8px;
  transition: all 0.3s ease;
}
.mer_box .mer_box_content .mer_item:hover,
.mer_box .mer_box_content .mer_item.active {
  border: 1px solid #0D6EFF;
}

.mer_box .mer_box_content .mer_item .mer_item_left .mer_item_title {
  display: flex;
  align-items: center;
}
.mer_box .mer_box_content .mer_item .mer_item_left .mer_item_type {
  width: 52px;
  height: 24px;
  border-radius: 2px;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
  margin-right: 12px;
}
.mer_box .mer_box_content .mer_item .mer_item_left .mer_item_type.customers {
  color: #0FC6C2;
  background: #B5F4EA;
}
.mer_box .mer_box_content .mer_item .mer_item_left .mer_item_type.partner {
  color: #0D6EFF;
  background: #BEDAFF;
}
.mer_box .mer_box_content .mer_item .mer_item_left .mer_item_type.agent {
  color: #753ec9;
  background: rgba(228, 210, 244, 0.32);
}

.mer_box .mer_box_content .mer_item .mer_item_left .mer_item_name {
  font-weight: bold;
  font-size: 16px;
  color: #1D2129;
  letter-spacing: 0;
  line-height: 24px;
}
.mer_box .mer_box_content .mer_item .mer_item_left .mer_item_id {
  font-size: 14px;
  color: #4E5969;
  letter-spacing: 0;
  line-height: 22px;
  margin-top: 8px;
}
.mer_box .mer_box_content .mer_item .mer_item_right {
  width: 16px;
  height: 16px;
  border: 1px solid #E5E6EB;
  border-radius: 8px;
}
.mer_box .mer_box_content .mer_item.active .mer_item_right {
  background: url('https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/dgwebsite/open-public/docs/images/schedule/icon-checked.svg') no-repeat;
  background-size: contain;
  border: none;
}

.mer_box .mer_box_btns {
  height: 84px;
  background: #FFFFFF;
  border-radius: 0 0 16px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  position: relative;
  z-index: 3;
}
.mer_box .mer_box_btns .mer_btn {
  width: 68px;
  height: 36px;
  border: 1px solid #0D6EFF;
  border-radius: 2px;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  margin-right: 8px;
}
.mer_box .mer_box_btns .mer_btn:last-of-type {
  margin-right: 0;
}
.mer_box .mer_box_btns .mer_btn:hover{
  opacity: 0.8;
}
.mer_box .mer_box_btns .mer_box_close {
  color: #0D6EFF;

}
.mer_box .mer_box_btns .mer_box_confirm {
  color: #FFFFFF;
  background: #0D6EFF;
}

.change_mer_h5_wrapper {
  display: none;
}

.developer_h5 {
  display: none;
}
@media screen and (max-width: 1382px) {
  .schedule_content .interface_wrap .interface_type {
    width: 100%;
  }
  .schedule_content .interface_wrap .interface_type .interface_type_item {
    width: calc(100% - 12px);
  }

  .schedule_content .schedule_progress {
    margin-top: 24px;
    flex: 1;
  }

}
