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

.schedule_container {
  background: #F9FBFE;
  background-image: radial-gradient(circle at -1.7% 0%, #ffffffb8 0%, #ffffff00 14%), radial-gradient(circle at 1.1e+02% 16%, #e9d0ffad 0%, #eedbff00 38%), radial-gradient(circle at 75% -5.2%, #cde1fe8f 0%, #cde1fe00 50%), radial-gradient(circle at 1.3% 18%, #cdf4fe61 0%, #ccdbff00 24%);
  display: flex;
  padding: 3.200vw;
  height: 100vh;
  overflow: hidden;
}

.schedule_container .content_wrap {
  flex: 1;
  margin: 0;
  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 {
  display:none
}
.schedule_container .content_wrap .mer_info_wrap .mer_info {
  display: flex;
  align-items: center;
  margin-bottom: 3.200vw;
}
 .mer_info .mer_type {
  font-size: 3.200vw;
  letter-spacing: 0;
  line-height: 5.333vw;
  padding: 0.000vw 1.067vw;
  border-radius: 0.533vw;
  margin-right: 1.600vw;
}
.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: 3.733vw;
  color: #1D2129;
  letter-spacing: 0;
  line-height: 5.867vw;
  flex:1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;   
}
.mer_info .empty_name {
  font-weight: 500;
  color: #4E5969;
  margin-left: -3.2vw;
}
 .mer_info .mer_id {
  display: none;
  font-size: 1.867vw;
  color: #4E5969;
  letter-spacing: 0;
  line-height: 2.933vw;
  margin-right: 3.200vw;
}
 .mer_info .mer_change {
  display: none;
  align-items: center;
  white-space: nowrap;
  font-size: 1.867vw;
  color: #0D6EFF;
  letter-spacing: 0;
  line-height: 2.933vw;
  cursor: pointer;
}
 .mer_info .mer_change img {
  width: 2.400vw;
  height: 2.400vw;
  margin-right: 0.533vw;
}
.mer_info .user_info {
  width: 26.667vw;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: 400;
  font-size: 3.200vw;
  color: #1D2129;
  letter-spacing: 0;
  line-height: 5.333vw;
}
.mer_info .user_info img {
  width: 6.400vw;
  height: 6.400vw;
  border-radius: 50%;
  margin-left: 1.600vw;
}
.schedule_content .interface_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.schedule_content .interface_wrap .interface_type {
  display: flex;
  width: 100%;
}
.schedule_content .interface_wrap .interface_type .interface_type_item {
  flex: 1;
  width: calc(100% - 1.600vw);
  min-width: 29.333vw;
  height: 20.267vw;
  display: flex;
  padding: 3.200vw;
  background: #FFFFFF;
  border-radius: 1.600vw;
  margin-left: 3.200vw;
}
.schedule_content .interface_wrap .interface_type .interface_type_item:first-of-type {
  margin-left: 0.000vw;
}

.schedule_content .interface_wrap .interface_type .interface_type_item .item_left {
  width: 9.867vw;
  height: 9.867vw;
  background: #F2F8FF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 3.200vw;
}
.schedule_content .interface_wrap .interface_type .interface_type_item .item_left img {
  width: 5.333vw;
  height: 5.333vw;
}
.schedule_content .interface_wrap .title {
  font-weight: bold;
  font-size: 3.733vw;
  color: #1D2129;
  letter-spacing: 0;
  line-height: 5.867vw;
}
.schedule_content .interface_wrap .interface_type .interface_type_item .item_right .num {
  font-size: 3.200vw;
  color: #4E5969;
  letter-spacing: 0;
  line-height: 5.333vw;
  margin-top: 1.600vw;
}
.schedule_content .interface_wrap .interface_type .interface_type_item .item_right .blue_num {
  font-weight: bold;
  font-size: 5.333vw;
  color: #0D6EFF;
  letter-spacing: 0;
  line-height: 6.400vw;
}
.schedule_content .interface_wrap .interface_type .interface_type_item .item_right .cut {
  margin: 0 0.533vw;
}
.schedule_content .interface_wrap .interface_type .interface_type_item .item_right .bold_num {
  font-weight: bold;
  font-size: 5.333vw;
  color: #1D2129;
  letter-spacing: 0;
  line-height: 6.400vw;
}

.schedule_content .schedule_progress {
  width: calc(50% - 1.600vw);
  min-width: 71.333vw;
  padding: 0.000vw 3.200vw;
  background: #FFFFFF;
  border-radius: 1.067vw;
  margin-top: 3.200vw;
  flex: 1;
}

.schedule_content .schedule_progress .title {
  display: flex;
  align-items: center;
  line-height: 5.867vw;
  margin-top: 3.200vw;
}
.schedule_content .schedule_progress .title .tips {
  margin-left: 0.533vw;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.schedule_content .schedule_progress .title .tips .img {
  width: 2.133vw;
  height: 2.133vw;
  cursor: pointer;
}
.schedule_content .schedule_progress .title .tips .tooltip {
  display: none;
  position: absolute;
  top: -5.867vw;
  left: 50%;
  transform: translateX(-50%);
  width: 23.200vw;
  height: 5.067vw;
  background: rgba(37, 41, 49, 0.9);
  color: white;
  border-radius: 0.267vw;
  text-align: center;
  line-height: 5.067vw;
  font-size: 1.867vw;
  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: 0.533vw;
  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;
  margin-top: 3.200vw;
}
.schedule_content .schedule_progress .progress_chart {
  padding-right: 3.200vw;
}

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

#tutorial {
  transform: rotate(-120deg);
  width: 17.333vw;
  height: 17.333vw;
  top: 2.000vw;
  position: relative;
}

.percentage_num_wrap {
  position: absolute;
  bottom: 3.333vw;
  font-weight: bold;
  font-size: 3.733vw;
  color: #1D2129;
  letter-spacing: 0;
  text-align: center;
  line-height: 5.867vw;
}
.schedule_content .schedule_progress .progress_list {
  /* padding-top: 3.200vw; */
}
.schedule_content .schedule_progress .progress_list .progres_item {
  display: flex;
  align-items: center;
  margin-bottom: 3.200vw;
  color: #4E5969;
}

.schedule_content .schedule_progress .progress_list .progres_item .dot {
  width: 2.400vw;
  height: 2.400vw;
  border-radius: 50%;
  margin-right: 2.133vw;
  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: 1.333vw;
  height: 1.333vw;
  left: 0.400vw;
  top: 0.400vw;
}
.schedule_content .schedule_progress .progress_list .progres_item .dot::after {
  position: absolute;
  content: '';
  width:1px;
  height: 7.467vw;
  background-color:  #C9CDD4;
  left: 1.067vw;
  top: 1.867vw;
}
.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: 1.333vw;
  height: 1.333vw;
  border: 0.533vw solid #DAE9FF;
  left: 0.000vw;
  top: 0.000vw;
}

.schedule_content .schedule_progress .progress_list .progres_item .progress_name {
  font-size: 3.200vw;
  letter-spacing: 0;
  line-height: 5.600vw;
  min-width: 22.933vw;
}
.schedule_content .schedule_progress .progress_list .progres_item.active .progress_name {
  font-weight: bold;
}
.schedule_content .schedule_progress .progress_list .progres_item .progress_time {
  font-size: 2.933vw;
  letter-spacing: 0;
  line-height: 5.067vw;
}
.schedule_content .interface_list_info {
  background: #FFFFFF;
  border-radius: 1.067vw;
  padding: 3.200vw;
  margin-top: 3.200vw;
  /* height: calc(100vh - 39.467vw);
  overflow: hidden; */
}
.interface_list_info .total_wrap {
  display: flex;
  align-items: center;
  margin-bottom: 3.200vw;
}
.interface_list_info .total_wrap .total_item {
  flex: 1;
  display: flex;
  /* align-items: center; */
  font-weight: bold;
  font-size: 3.200vw;
  color: #1D2129;
  letter-spacing: 0;
  line-height: 5.333vw;
}
.interface_list_info .total_wrap .total_item .icon_wrap {
  flex-shrink: 0;
  width: 5.333vw;
  height: 5.333vw;
  background: #F2F8FF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.600vw;
}
.interface_list_info .total_wrap .total_item .icon_wrap img {
  width: 3.200vw;
  height: 3.200vw;
}
.interface_list_info .total_wrap .total_item .colon {
  display: none;
}
.interface_list_info .total_wrap .total_item .interface_num {
  display: block;
}

.schedule_container .content_wrap .empty_wrap {
  display: none;
  width: 100%;
  height: calc(100vh - 16vw);
  background: #FFFFFF;
  border-radius: 1.067vw;
  padding: 3.200vw;
}

.schedule_container .content_wrap .empty_wrap .empty_title {
  font-weight: bold;
  font-size: 3.733vw;
  color: #1D2129;
  letter-spacing: 0;
  line-height: 5.867vw;
}

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

.schedule_container .content_wrap .empty_wrap .empty_img {
  width: 34.133vw;
  height: 34.133vw;
}

.schedule_container .content_wrap .empty_wrap .empty_desc {
  font-size: 3.200vw;
  color: #4E5969;
  letter-spacing: 0;
  line-height: 5.333vw;
  margin-top: 3.200vw;
}

.schedule_container .content_wrap .empty_wrap .empty_desc .status-item {
  margin-bottom: 8.533vw;
  position: relative;
}
.schedule_container .content_wrap .empty_wrap .empty_desc .status-item::after {
  position: absolute;
  top: 6.933vw;
  left: 2.267vw;
  content: '';
  display: inline-block;
  width: 0.133vw;
  height: 12.800vw;
  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: 3.733vw;
  line-height: 5.867vw;
  color: #1D2129;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 2.133vw;
}
.schedule_container .content_wrap .empty_wrap .empty_desc .status-item .status-title .status-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.800vw;
height: 4.800vw;
font-size: 3.200vw;
  line-height: 5.333vw;
  color: #B5B5B5;
  border-radius: 50%;
  background: #F6F6F6;
  font-weight: 400;
  margin-right: 3.200vw;
}
.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: 8.000vw;
}

.table-wrapper {
  overflow-x: auto;
  /* height: 100%; */
}
.table-wrapper table {
  width: 100%;
  /* height: 40.000vw;
  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: 9.600vw;
  border-radius: 0.267vw;
  margin-bottom: 0.533vw;
}
.table-wrapper table thead th {
  font-weight: 400;
  font-size: 3.200vw;
  color: #4E5969;
  letter-spacing: 0;
  line-height: 5.333vw;
  background: #F6FAFF;
  padding: 1.067vw 0;
  /* position: sticky;
  top: 0;
  z-index: 3;  */
}
.table-wrapper table thead th.fixed-column {
  padding-left: 8.000vw;
  /* z-index: 4; */
}
.table-wrapper table thead th img { 
  width: 3.200vw;
  height: 3.200vw;
  margin-right: 1.600vw;
}
.fixed-column {
  width: 77.333vw;
}

#tableBody .break_wrap {
  /* display: none; */
}
#tableBody .break_state {
  text-align: center;
  padding: 3.200vw 0;
  font-size: 3.200vw;
  color: #4E5969;
  letter-spacing: 0;
  text-align: center;
  line-height: 5.333vw;
}
#tableBody .break_state img {
  width: 34.133vw;
  height: 34.133vw;
  margin-bottom: 1.067vw;
}
#tableBody .fixed-column {
  display: flex;
  align-items: center;
  font-size: 3.200vw;
  color: #1D2129;
  letter-spacing: 0;
  line-height: 5.333vw;
  background-color: #fff;
}
.table-wrapper .expand-icon {
  margin-right: 3.200vw;
  display: inline-block;
  width: 1.600vw;
  height: 1.467vw;
  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: 6.933vw;
  height: 6.933vw;
  background: #F1F8FF;
  border-radius: 1.067vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.600vw;
}
.table-wrapper .icon-pay-green {
  background: #F5FFF1;
}
.table-wrapper .icon-pay img {
  width: 3.733vw;
  height: 3.733vw;
}

#tableBody td {
  height: 10.667vw;
  font-size: 3.200vw;
  color: #4E5969;
  letter-spacing: 0;
  line-height: 5.333vw;
}
#tableBody tr:hover,
#tableBody tr:hover td  {
  background-color: #FAFBFD !important
}

#tableBody .header {
  margin-bottom: 0.533vw;
  cursor: pointer;
}
#tableBody .header .fixed-column {
  padding-left: 3.200vw;
}
#tableBody .child-row {
  height: 8.533vw;
}
#tableBody .child-row .fixed-column {
  padding-left: 15.467vw;
}
#tableBody .child-row .must_type {
  width: 8.000vw;
  height: 4.000vw;
  border-radius: 0.267vw;
  font-size: 2.667vw;
  letter-spacing: 0;
  line-height: 4.000vw;
  text-align: center;
  margin-right: 1.600vw;
}
#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: 29.333vw;
  position: relative;
}
.progress-column {
  width: 24.000vw;
  background-color: #fff;
  position: sticky;
  right: 0;
  left: 0;
  z-index: 1;
  padding-left: 3.200vw !important;
}
.api_id {
  width: 86.667vw;
}
.type-column:hover::after {
  content: attr(title);
  position: absolute;
  left: 0;
  top: 100%;
  white-space: normal;
  background-color: #fff;
  border:1px solid #ddd;
  padding: 0.667vw;
  z-index: 10;
  box-shadow: 0 0 0.667vw rgba(0,0,0,0.2);
  display: block;
  min-width: 21.333vw; /* Adjust as needed */
}

.progress_bar {
  height: 0.800vw; 
  background: #F3F9FF; 
  border-radius: 0.400vw; 
  position: relative;
  margin-top: 0.267vw;
}
.progress_bar .progress_bar_inner {
  height: 0.800vw;
  background: #0D6EFF;
  box-shadow: 0 1.067vw 3.200vw 0 #0d6eff1f;
  border-radius: 0.400vw;
}

/* 弹窗 */
.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: 60.000vw;
  padding: 1.867vw 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 0.800vw 5.333vw 0 #354ca614;
  border-radius: 1.067vw;
  position: relative;
}

.message_box_wrapper .message_box .message_box_header{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2.400vw 0 3.200vw;
  position: relative;
}
.message_box_wrapper .message_box .message_box_header .message_box_title{
  font-size: 2.133vw;
  color: #1D2129;
  font-weight: bold;
}
.message_box_wrapper .message_box .message_box_header .message_box_close {
  position: absolute;
  right: 3.200vw;
  width: 2.667vw;
  height: 2.667vw;
  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: 69.333vw;
  max-height: 76.000vw;
  margin: 10% auto;
  position: relative;

}
.change_mer_wrapper .mer_box .mer_box_header {
  height: 14.667vw;
  background: #0D6EFF;
  display: flex;
  align-items: center;
  padding: 1.600vw 3.200vw;
  position: relative;
  border-radius: 2.133vw 2.133vw 0 0;
}
.change_mer_wrapper .mer_box .mer_box_header::after {
  content: '';
  display: inline-block;
  width: 21.867vw;
  height: 15.733vw;
  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: 2.133vw;
  right: 6.933vw;
}
.change_mer_wrapper .mer_box .mer_box_header .mer_box_title {
  font-weight: bold;
  font-size: 2.933vw;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 4.000vw;
}
.change_mer_wrapper .mer_box .mer_box_header .mer_box_close {
  position: absolute;
  right: 3.200vw;
  top: 1.600vw;
  width: 2.667vw;
  height: 2.667vw;
  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: 52.267vw;
  background: #FFFFFF;
  border-radius: 2.133vw 2.133vw 0 0;
  margin-top: -2.133vw;
  z-index: 2;
  position: relative;
  padding: 3.200vw;
  overflow: scroll;

}

.mer_box .mer_box_content .mer_item {
  width: 62.933vw;
  height: 11.467vw;
  background: #FFFFFF;
  border:1px solid #F3F3F3;
  border-radius: 0.533vw;
  padding: 2.133vw 2.667vw 2.133vw 2.133vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  margin-bottom: 1.067vw;
  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: 6.933vw;
  height: 3.200vw;
  border-radius: 0.267vw;
  font-size: 1.600vw;
  letter-spacing: 0;
  line-height: 3.200vw;
  text-align: center;
  margin-right: 1.600vw;
}
.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: 2.133vw;
  color: #1D2129;
  letter-spacing: 0;
  line-height: 3.200vw;
}
.mer_box .mer_box_content .mer_item .mer_item_left .mer_item_id {
  font-size: 1.867vw;
  color: #4E5969;
  letter-spacing: 0;
  line-height: 2.933vw;
  margin-top: 1.067vw;
}
.mer_box .mer_box_content .mer_item .mer_item_right {
  width: 2.133vw;
  height: 2.133vw;
  border:1px solid #E5E6EB;
  border-radius: 1.067vw;
}
.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: 11.200vw;
  background: #FFFFFF;
  border-radius: 0 0 2.133vw 2.133vw;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3.200vw;
  position: relative;
  z-index: 3;
}
.mer_box .mer_box_btns .mer_btn {
  width: 9.067vw;
  height: 4.800vw;
  border:1px solid #0D6EFF;
  border-radius: 0.267vw;
  font-size: 1.867vw;
  letter-spacing: 0;
  line-height: 4.800vw;
  text-align: center;
  cursor: pointer;
  margin-right: 1.067vw;
}
.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 {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  display: none;
}
.change_mer_h5_wrapper .mer_box_h5 {
  width: 80.000vw;
  height: 100vh;
  background: #F9FBFE;
  position: absolute;
  right: -80.000vw;
  top: 0;
  display: flex;
  flex-direction: column;
  transition: right 0.3s ease; 
}
/* 抽屉打开时的样式 */
.change_mer_h5_wrapper.active .mer_box_h5 {
  right: 0; /* 移动到视口内 */
}
.mer_box_h5_header {
  position: relative;
  padding: 3.200vw;
}
.mer_box_h5_header .close_change_mer {
  width: 6.400vw;
  height: 6.400vw;
  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;
  position: absolute;
  right: 3.200vw;
  top: 3.200vw;
}
.mer_box_h5_header .mer_avatar {
  display: block;
  width: 6.400vw;
  height: 6.400vw;
  border-radius: 50%;
  margin: 6.400vw auto 4.267vw;
}
.mer_box_h5_header .mer_user_name {
  font-weight: 500;
  font-size: 3.733vw;
  color: #1D2129;
  letter-spacing: 0;
  text-align: center;
  line-height: 5.333vw;
}
.mer_box_h5_content {
  flex: 1;
  background: #FFFFFF;
  border-radius: 1.067vw;
  padding: 3.200vw;
  margin: 3.200vw;
  overflow: scroll;
}
.mer_box_h5_content .change_mer_list_h5 {
  margin-top: 3.200vw;
}
.mer_box_h5_content .change_mer_list_h5_empty {
  display: none;
}
.mer_box_h5_content .change_mer_list_h5_empty .empty_img {
  width: 34.133vw;
  height: 34.133vw;
  background: url('https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/dgwebsite/open-public/docs/images/empty.png');
  background-size: 100% 100%;
  margin: 0 auto;
}
.mer_box_h5_content .change_mer_list_h5_empty .empty_text {
  font-size: 3.200vw;
  color: #4E5969;
  letter-spacing: 0;
  text-align: center;
  line-height: 5.333vw;
  margin-top: 2.667vw;
}
.mer_box_h5_content .mer_item {
  width: 67.200vw;
  background: #FFFFFF;
  border:1px solid #F3F3F3;
  border-radius: 1.067vw;
  padding: 2.133vw 3.200vw 2.133vw 2.133vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  margin-bottom: 2.133vw;
  transition: all 0.3s ease;
}
.mer_box_h5_content .mer_item:hover,
.mer_box_h5_content .mer_item.active {
  border:1px solid #0D6EFF;
}

.mer_box_h5_content .mer_item .mer_item_left .mer_item_title {
  display: flex;
  align-items: center;
}
.mer_box_h5_content .mer_item .mer_item_left .mer_item_type {
  width: 10.133vw;
  height: 4.267vw;
  border-radius: 0.533vw;
  font-size: 2.667vw;
  letter-spacing: 0;
  line-height: 4.267vw;
  text-align: center;
  margin-right: 2.133vw;
  flex-shrink: 0;
}
.mer_box_h5_content .mer_item .mer_item_left .mer_item_type.customers {
  color: #0FC6C2;
  background: #B5F4EA;
}
.mer_box_h5_content .mer_item .mer_item_left .mer_item_type.partner {
  color: #0D6EFF;
  background: #BEDAFF;
}
.mer_box_h5_content .mer_item .mer_item_left .mer_item_type.agent {
  color: #753ec9;
  background: rgba(228, 210, 244, 0.32);
}

.mer_box_h5_content .mer_item .mer_item_left .mer_item_name {
  font-weight: bold;
  font-size: 3.200vw;
  color: #1D2129;
  letter-spacing: 0;
  line-height: 5.333vw;
}
.mer_box_h5_content .mer_item .mer_item_left .mer_item_id {
  font-size: 3.200vw;
  color: #4E5969;
  letter-spacing: 0;
  line-height: 5.333vw;
  margin-top: 1.333vw;
}
.mer_box_h5_content .mer_item .mer_item_right {
  width: 3.200vw;
  height: 3.200vw;
  border:1px solid #E5E6EB;
  border-radius: 50%;
  flex-shrink: 0;
}
.mer_box_h5_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_h5_content .title {
  font-weight: 500;
  font-size: 3.733vw;
  color: #1D2129;
  letter-spacing: 0;
  line-height: 5.867vw;
}
.mer_box_h5_btns {
  padding: 6.400vw 0 14.400vw;
}
.mer_box_h5_btns .logout_btn {
  width: 73.600vw;
  height: 9.600vw;
  border:1px solid #4E5969;
  border-radius: 1.067vw;
  font-size: 3.733vw;
  color: #4E5969;
  text-align: center;
  line-height: 9.600vw;
  margin: 0 auto;
}




/* toast */
.hf-toast {
  white-space: nowrap;
  cursor: pointer;
  background: #f0f9eb;
  border: 1px solid #e1f3d8;
  color: #67c23a;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: none;
  transition: all 0.1s linear;
  font-weight: 500;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  padding: 12px 30px;
  font-size: 14px;
  border-radius: 4px;
  position: fixed;
  z-index: 9999;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  align-items: center;
}
.hf-success-toast::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url('https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/dgwebsite/open-public/docs/images/icons/icon-success.png') no-repeat center;
  background-size: 100% 100%;
  margin-right: 8px;
}
.hf-error-toast {
  background-color: #fef0f0;
  border-color: #fde2e2;
  color: #f56c6c;
}
.hf-error-toast::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url('https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/dgwebsite/open-public/docs/images/icons/icon-fail.svg') no-repeat center;
  background-size: 100% 100%;
  margin-right: 8px;
}
.hf-warning-toast {
  background-color: #fdf6ec;
  border-color: #faecd8;
  color: #ff7d00;
}
.hf-warning-toast::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url('https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/dgwebsite/open-public/docs/images/icons/icon-tips.png') no-repeat center;
  background-size: 100% 100%;
  margin-right: 8px;
}

.developer_h5 {
  display: none;
  padding-top: 12vw;
  width: 100vw;
  height: 100vh;
  background: #F9FBFE;
  background-image: radial-gradient(circle at -1.7% 0%, #ffffffb8 0%, #ffffff00 14%), radial-gradient(circle at 1.1e+02% 16%, #e9d0ffad 0%, #eedbff00 38%), radial-gradient(circle at 75% -5.2%, #cde1fe8f 0%, #cde1fe00 50%), radial-gradient(circle at 1.3% 18%, #cdf4fe61 0%, #ccdbff00 24%);
  
}
.developer_h5_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 400;
  font-size: 4.267vw;
  color: #4E5969;
  letter-spacing: 0;
  text-align: center;
  line-height: 6.400vw;
  margin-top: 29.333vw;
}
.developer_h5_content img {
  display: block;
  width: 42.667vw;
  height: 42.667vw;
  margin-bottom: 9.600vw;
}