.pay_issue_dialog {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
}

.bg {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}

.pay-issue-dialog_container {
  position: absolute;
  z-index: 9;
  left: 50%;
  transform: translateX(-50%);
  top: 150px;
  width: 580px;
  min-height: 500px;
  border-radius: 10px;
  background: #fff;
}

.top_bg {
  width: 100%;
  height: 260px;
  background: linear-gradient(
    180deg,
    rgba(184, 221, 255, 0.8) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: absolute;
}

.content {
  position: absolute;
  display: flex;
  width: 100%;
  flex-direction: column;
  border-radius: 10px;
}

.title_content {
  display: flex;
}

.left_part {
  display: flex;
  margin-top: 50px;
  flex-grow: 1;
  margin-left: 40px;
  flex-direction: column;
}

.right_part {
  display: flex;
  margin-right: 15px;
  margin-left: 30px;
  min-width: 158px;
}

.right_part img{
  margin-top: 30px;
  width: 134px;
  height: 134px;
}

.pay_issue_copy{
  height: 23px;
  width: 23px;
  cursor: pointer;
  background-size: cover;
  margin-left: 4px;
  background-position: 0 0;
  background: url(../img/meal/ic_copy_double.png);
}

.pay_issue_copy:hover{
  background-position: -23px 0;
}


.close_pay_issue_pop{
  height: 23px;
  width: 23px;
  margin-top: 15px;
  cursor: pointer;
  background-size: cover;
  background-position: 0 0;
  background: url(../img/meal/ic_close_custom_package.png);
}

.close_pay_issue_pop:hover{
  background-position: -23px 0;
}

.tip_content{
  font-size: 14px;
  color: #163561;
  margin-top: 30px;
  margin-left: 40px;
  margin-right: 40px;
  line-height: 23px;
}

.pay-issue-dialog_container .content button{
  width: 100%;
  height: 44px;
  color: white;
  font-size: 14px;
  background-color: #0086FF;
  display: block;
  border-radius: 4px;
  border: none;
}

.pay-issue-dialog_container .content button:hover{
  background-color: #49A4FF;
}


@media screen and (max-width:800px){
  .pay-issue-dialog_container{
    width: 90%;
  }
  .right_part img{
    display: none;
  }
  .right_part{
    min-width: 20px;
  }
}


.custom_connect_pop{

}
