/* 商户信息行 start */

.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;
}
/* 商户信息行 end */

/* 修改商户弹窗 start */
.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;
}
/* 修改商户弹窗 end */
