.weui_dialog {
  position: absolute;
  z-index: 13;
  width: 85%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fafafc;
  text-align: center;
  border-radius: 3px;
  overflow: hidden;
  padding-bottom:10px;
}
.fubiao{
	text-align:left;
	margin-left:20px;
	margin-bottom:7px;
	margin-top:7px;
	padding-left:7px;
	line-height:24px;
	border-left:#F60 2px solid;}
.weui_dialog_confirm .weui_dialog  .weui_dialog_hd {
  padding: 1.2em 20px .5em;
}
.weui_dialog_confirm .weui_dialog  .weui_dialog_bd {
  text-align: left;
}
.weui_dialog_hd {
  padding: 1.2em 0 .5em;
}
.weui_dialog_title {
  font-weight: 800;
  font-size: 26px;
  color: #F60;
}
.weui_dialog_bd {
  padding: 3px 20px;
  font-size: 13px;
  color: #888888;
  word-wrap: break-word;
  word-break: break-all;
  line-height:26px;
}
.pandin{
	padding:0;}
.weui_btn_dialog.default {
  color: #353535;
}
.weui_btn_dialog.primary {
  color: #4d9fe9;
}
.weui_dialog_ft {
  position: relative;
  line-height: 42px;
  margin-top: 20px;
  font-size: 17px;
  display: flex;
}
.weui_dialog_ft a {
  display: block;
  flex: 1;
  color: #3cc51f;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.weui_dialog_ft a:active {
  background-color: #eeeeee;
}
.weui_dialog_ft:after {
  content: " ";
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid #d5d5d6;
  color: #d5d5d6;
  transform-origin: 0 0;
  transform: scaley(0.5);
}
.weui_dialog_confirm .weui_dialog_ft  a {
  position: relative;
}
.weui_dialog_confirm .weui_dialog_ft  a:after {
  content: " ";
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  border-left: 1px solid #d5d5d6;
  color: #d5d5d6;
  transform-origin: 0 0;
  transform: scalex(0.5);
}
.weui_dialog_confirm .weui_dialog_ft  a:first-child:after {
  display: none;
}
.weui_mask {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (min-width: 1024px) {
  .weui_dialog {
    width: 60%;
  }
}

