.singleDtDailog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1128;
  display: none;
}
.singleDtDailog * {
  box-sizing: border-box;
}
.singleDtDailog .customized_body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 694px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.singleDtDailog .customized_body .customized_head {
  height: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #FFFFFF;
  background: url('//bpic.588ku.com/enterprise/detail/customize_bg.png') no-repeat center;
  background-size: 100% auto;
  letter-spacing: 1px;
}
.singleDtDailog .customized_body .customized_head .title {
  font-size: 18px;
  font-family: Alibaba-PuHuiTi-B, Alibaba-PuHuiTi;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.singleDtDailog .customized_body .customized_head .title .subtitle {
  display: inline-flex;
  align-items: center;
}
.singleDtDailog .customized_body .customized_head .title .subtitle:before {
  content: '';
  width: 1px;
  height: 14px;
  background-color: #fff;
  margin: 0 10px;
}
.singleDtDailog .customized_body .customized_head .close_btn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 16px;
  height: 16px;
  background: #FFFFFF;
  border-radius: 2px;
  color: #282828;
  cursor: pointer;
  background-image: url(//bpic.588ku.com/mainSite/icon/close-line.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px 12px;
}
.singleDtDailog .customized_body .customized_content {
  padding: 15px 30px 20px;
  height: 100%;
  overflow: auto;
}
.singleDtDailog .customized_body .customized_content .img_infomation {
  display: flex;
  margin-bottom: 12px;
}
.singleDtDailog .customized_body .customized_content .img_infomation .prev {
  width: 200px;
  height: 120px;
  margin-right: 30px;
  flex-shrink: 0;
  background: #FFFFFF;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
}
.singleDtDailog .customized_body .customized_content .img_infomation .prev img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.singleDtDailog .customized_body .customized_content .img_infomation .img_info {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}
.singleDtDailog .customized_body .customized_content .img_infomation .img_info p {
  overflow: hidden;
  text-overflow: ellipsis;
}
.singleDtDailog .customized_body .customized_content .img_infomation .img_info .title {
  margin-bottom: 15px;
  font-size: 14px;
  font-family: Alibaba-PuHuiTi-R, Alibaba-PuHuiTi;
  font-weight: normal;
  color: #282828;
  line-height: 14px;
}
.singleDtDailog .customized_body .customized_content .img_infomation .img_info .subtitle {
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #999999;
  margin-bottom: 10px;
}
.singleDtDailog .customized_body .customized_content .select_list {
  display: flex;
  flex-wrap: wrap;
}
.singleDtDailog .customized_body .customized_content .select_list .select_item {
  width: 100%;
  height: 70px;
  background: #FFFFFF;
  border-radius: 5px;
  border: 2px solid #D6D7D8;
  display: flex;
  padding: 8px 15px 10px;
  justify-content: space-between;
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
}
.singleDtDailog .customized_body .customized_content .select_list .select_item .active_icon {
  position: absolute;
  bottom: 0;
  right: 0;
  background: linear-gradient(315deg, #f00 50%, transparent 50%);
  width: 24px;
  height: 24px;
  font-size: 12px;
  display: none;
}
.singleDtDailog .customized_body .customized_content .select_list .select_item .active_icon .iconfont {
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 12px;
}
.singleDtDailog .customized_body .customized_content .select_list .select_item.active {
  border: 2px solid #FF3900;
}
.singleDtDailog .customized_body .customized_content .select_list .select_item.active .active_icon {
  display: block;
}
.singleDtDailog .customized_body .customized_content .select_list .select_item .price_info,
.singleDtDailog .customized_body .customized_content .select_list .select_item .text_info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.singleDtDailog .customized_body .customized_content .select_list .select_item .price_info {
  white-space: nowrap;
  flex-shrink: 0;
  margin-left: 12px;
  align-items: flex-end;
}
.singleDtDailog .customized_body .customized_content .select_list .select_item .price_info p:nth-child(1) {
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: rgba(0, 0, 0, 0.45);
  line-height: 16px;
  text-decoration: line-through;
}
.singleDtDailog .customized_body .customized_content .select_list .select_item .price_info p:nth-child(2) {
  font-size: 24px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #FF3900;
  line-height: 24px;
  display: flex;
  align-items: flex-end;
}
.singleDtDailog .customized_body .customized_content .select_list .select_item .price_info p:nth-child(2) i {
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #FF3900;
  line-height: 16px;
  margin-left: 2px;
}
.singleDtDailog .customized_body .customized_content .select_list .select_item .text_info {
  font-size: 12px;
  font-weight: normal;
}
.singleDtDailog .customized_body .customized_content .select_list .select_item .text_info p:nth-child(1) {
  font-family: Alibaba-PuHuiTi-M, Alibaba-PuHuiTi;
  color: #282828;
  margin-bottom: 3px;
  font-weight: bold;
}
.singleDtDailog .customized_body .customized_content .select_list .select_item .text_info p:nth-child(2) {
  font-family: Alibaba-PuHuiTi-R, Alibaba-PuHuiTi;
  color: #666666;
  line-height: 16px;
}
.singleDtDailog .customized_body .customized_content .pay_info {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.singleDtDailog .customized_body .customized_content .pay_info .total_money {
  margin-bottom: 16px;
  font-size: 0px;
}
.singleDtDailog .customized_body .customized_content .pay_info .total_money span {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #262626;
  letter-spacing: 1px;
}
.singleDtDailog .customized_body .customized_content .pay_info .total_money span.money_number {
  font-size: 30px;
  font-family: PingFang-SC-Heavy, PingFang-SC;
  font-weight: 800;
  color: #FF3900;
}
.singleDtDailog .customized_body .customized_content .pay_info .pay_code {
  display: flex;
}
.singleDtDailog .customized_body .customized_content .pay_info .pay_code .qrcode_item.wx {
  margin-right: 160px;
}
.singleDtDailog .customized_body .customized_content .pay_info .pay_code .qrcode_item.wx .qr_code_prev {
  border-color: #4BB316;
  padding: 0;
}
.singleDtDailog .customized_body .customized_content .pay_info .pay_code .qrcode_item.wx .iconfont {
  color: #4BB316;
}
.singleDtDailog .customized_body .customized_content .pay_info .pay_code .qrcode_item.zfb canvas {
  width: 100%;
}
.singleDtDailog .customized_body .customized_content .pay_info .pay_code .qrcode_item.zfb .qr_code_prev {
  border-color: #1777FD;
}
.singleDtDailog .customized_body .customized_content .pay_info .pay_code .qrcode_item.zfb .iconfont {
  color: #1676FF;
}
.singleDtDailog .customized_body .customized_content .pay_info .pay_code .qrcode_item .qr_code_prev {
  width: 120px;
  height: 120px;
  border: 1px solid red;
  padding: 15px;
  margin-bottom: 15px;
}
.singleDtDailog .customized_body .customized_content .pay_info .pay_code .qrcode_item .qr_code_prev img {
  width: 100%;
}
.singleDtDailog .customized_body .customized_content .pay_info .pay_code .qrcode_item .qrcode_text {
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: normal;
  color: #595959;
  line-height: 25px;
  text-align: center;
}
.singleDtDailog .customized_body .customized_content .pay_info .pay_code .qrcode_item .qrcode_text .iconfont {
  margin-right: 5px;
}
