.toast_dialog {
  border-radius: 10px;
  position: fixed;
  z-index: 11;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 20px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 440px;
  height: 186px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 22px 4px rgba(87, 96, 201, 0.15);
          box-shadow: 0px 5px 22px 4px rgba(87, 96, 201, 0.15);
  padding: 50px 30px 30px;
}
.toast_dialog .icon_close {
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 24px;
  right: 24px;
  background: url("../../image/activity/close.png") no-repeat;
}
.toast_dialog .icon_close:hover {
  background: url("../../image/activity/close_h.png") no-repeat;
  cursor: pointer;
}
.toast_dialog .toast_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.toast_dialog .toast_content img {
  width: 33px;
  height: 33px;
  margin-right: 16px;
  border-radius: 17px;
}
.toast_dialog .toast_content .toast_text {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}
.toast_dialog .toast_know {
  width: 80px;
  height: 38px;
  background-color: #2f54eb;
  border-radius: 2px;
  display: block;
  color: #ffffff;
  font-size: 16px;
  line-height: 38px;
  position: absolute;
  right: 30px;
  bottom: 30px;
  outline: 0;
  border: 0;
}
.toast_dialog .toast_know:hover {
  cursor: pointer;
  background-color: #6b88ff;
}

.success_dialog {
  width: 700px;
  height: 492px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 18px 0px rgba(204, 204, 204, 0.76);
          box-shadow: 0px 4px 18px 0px rgba(204, 204, 204, 0.76);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  position: fixed;
  z-index: 11;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.success_dialog .icon_close {
  position: absolute;
  right: 20px;
  top: 20px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../../image/activity/close.png") no-repeat;
}
.success_dialog .icon_close:hover {
  background: url("../../image/activity/close_h.png") no-repeat;
  cursor: pointer;
}
.success_dialog .success_text {
  width: 100%;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.success_dialog .success_text .success_icon {
  width: 60px;
  height: 60px;
  margin-bottom: 19px;
}
.success_dialog .success_text .stext {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}
.success_dialog .guide {
  width: 700px;
  height: 292px;
  background-color: #f9f9f9;
  border-radius: 0px 0px 10px 10px;
  padding-top: 21px;
}
.success_dialog .guide .guide_title {
  font-size: 17px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 38px;
  display: block;
  width: 100%;
  text-align: center;
}
.success_dialog .guide .guide_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  counter-reset: no 0;
}
.success_dialog .guide .guide_list .list_item {
  width: 211px;
  height: 195px;
  border-radius: 10px;
  border: solid 4px #ffffff;
  position: relative;
  padding: 0 16px 16px;
}
.success_dialog .guide .guide_list .list_item::before {
  display: block;
  width: 36px;
  height: 36px;
  background-color: #edf3ff;
  position: absolute;
  counter-increment: no 1;
  content: counter(no);
  font-size: 20px;
  color: #2f54eb;
  padding-top: 5px;
  top: -23px;
  left: 50%;
  border-radius: 18px;
  line-height: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.success_dialog .guide .guide_list .list_item h4 {
  font-size: 17px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  color: #333333;
  margin-top: 33px;
  margin-bottom: 12px;
}
.success_dialog .guide .guide_list .list_item h5 {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #999999;
  text-align: left;
}
.success_dialog .guide .guide_list .list_item .primary {
  background-color: #2f54eb;
  color: #ffffff;
}
.success_dialog .guide .guide_list .list_item .primary:hover {
  cursor: pointer;
  background-color: #6b88ff;
}
.success_dialog .guide .guide_list .list_item .whiteBtn {
  background-color: #ffffff;
  border: 2px solid #2f54eb;
  color: #2f54eb;
}
.success_dialog .guide .guide_list .list_item .whiteBtn:hover {
  cursor: pointer;
  background-image: -o-linear-gradient(#eff2ff, #eff2ff), -o-linear-gradient(#2f54eb, #2f54eb);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eff2ff), to(#eff2ff)), -webkit-gradient(linear, left top, left bottom, from(#2f54eb), to(#2f54eb));
  background-image: linear-gradient(#eff2ff, #eff2ff), linear-gradient(#2f54eb, #2f54eb);
  background-blend-mode: normal, normal;
}
.success_dialog .guide .guide_list .list_item .button {
  width: 120px;
  height: 36px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  letter-spacing: 0px;
  border-radius: 18px;
  margin-top: 18px;
}
.success_dialog .guide .guide_list .list_item .button img {
  width: 17px;
  height: 17px;
  display: block;
  margin-right: 7px;
}