.dialog-box {
  width: 100%;
  height: 100%;
  max-width: 750px;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: rgba(0, 0, 0, 0.8);
}
.dialog-box .pay-success-wrap {
  width: 100%;
  height: 50vh;
  background: white;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 15px;
}
.dialog-box .pay-success-wrap .title {
  font-size: 15px;
  color: #1F1F1F;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: relative;
  margin-top: 10px;
}
.dialog-box .pay-success-wrap .title .icon {
  width: 30px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.dialog-box .pay-success-wrap .title .icon img {
  width: 15px;
  height: 15px;
  margin: 0 auto;
  display: block;
}
.dialog-box .pay-success-wrap .success-icon {
  display: flex;
  justify-content: center;
}
.dialog-box .pay-success-wrap .success-icon img {
  width: 103.5px;
  height: 72.5px;
}
.dialog-box .pay-success-wrap .tips {
  font-size: 17px;
  color: #1F1F1F;
  font-weight: bold;
  margin-top: 15px;
  text-align: center;
  background: none;
}
.dialog-box .pay-success-wrap .desc {
  font-size: 12px;
  color: #999999;
  text-align: center;
  margin-top: 15px;
}
.dialog-box .pay-success-wrap .btn-item {
  width: 100%;
  background: #007BF2;
  text-align: center;
  border-radius: 5px;
  line-height: 37.5px;
  height: 37.5px;
  color: white;
  margin-bottom: 30px;
  cursor: pointer;
}
.dialog-box .guide-box {
  width: 100%;
  height: 100%;
  position: relative;
}
.dialog-box .guide-box .guide-item {
  position: absolute;
  display: none;
  right: 0;
}
.dialog-box .guide-box .guide-item .custom {
  display: flex;
  margin-top: 10px;
}
.dialog-box .guide-box .guide-item .custom .wrap {
  width: 210px;
}
.dialog-box .guide-box .guide-item .custom .wrap .guide-desc {
  width: 100%;
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background: linear-gradient(to left, #FF2E5C, #FF72A7);
  border-radius: 5px;
  color: white;
  font-size: 16px;
}
.dialog-box .guide-box .guide-item .custom .wrap .guide-desc div {
  font-size: 12px;
  margin-top: 5px;
}
.dialog-box .guide-box .guide-item .custom .buzhou {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  cursor: pointer;
}
.dialog-box .guide-box .guide-item .custom .buzhou .close-guide {
  font-size: 13px;
  color: #FFFFFF;
  line-height: 34px;
}
.dialog-box .guide-box .guide-item .custom .buzhou .handle {
  display: flex;
  justify-content: flex-end;
}
.dialog-box .guide-box .guide-item .custom .buzhou .handle .item {
  width: 76px;
  height: 34px;
  line-height: 34px;
  border-radius: 5px;
  text-align: center;
}
.dialog-box .guide-box .guide-item .custom .buzhou .handle .item.prev {
  border: 1px solid #FFFFFF;
  color: white;
}
.dialog-box .guide-box .guide-item .custom .buzhou .handle .item.next {
  background: #FFFFFF;
  color: #DF2A52;
  margin-left: 10px;
}
.dialog-box .guide-box .one {
  display: block;
}
.dialog-box .guide-box .one .gif-box {
  display: flex;
  justify-content: flex-end;
}
.dialog-box .guide-box .one .gif-box img {
  width: 100%;
  max-width: 375px;
}
.dialog-box .guide-box .one .custom {
  justify-content: flex-end;
}
.dialog-box .guide-box .one .wrap {
  margin-right: 70px;
}
.dialog-box .guide-box .two .gif-box {
  display: flex;
  justify-content: flex-end;
}
.dialog-box .guide-box .two .gif-box img {
  width: 100%;
}
.dialog-box .guide-box .two .custom {
  justify-content: center;
}
.dialog-box .guide-box .three .gif-box {
  display: flex;
  justify-content: flex-end;
}
.dialog-box .guide-box .three .gif-box img {
  width: 100%;
}
.dialog-box .guide-box .three .custom {
  margin-left: 50px;
}
.dialog-box .guide-box .four .gif-box {
  display: flex;
  justify-content: flex-end;
}
.dialog-box .guide-box .four .gif-box img {
  width: 100%;
}
.dialog-box .guide-box .four .custom {
  margin-left: 50px;
}
.dialog-box .guide-box .five {
  position: relative;
}
.dialog-box .guide-box .five .gif-box {
  display: flex;
  justify-content: flex-end;
}
.dialog-box .guide-box .five .gif-box img {
  width: 100%;
}
.dialog-box .guide-box .five .custom {
  position: absolute;
  display: none;
  margin-left: 50px;
  top: 12vh;
}
.dialog-box .guide-box .six .gif-box {
  display: flex;
  justify-content: flex-end;
}
.dialog-box .guide-box .six .gif-box img {
  width: 100%;
}
.dialog-box .guide-box .six .custom {
  margin-left: 50px;
}
.dialog-box .pay-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 15px 15px 30px 15px;
  background-color: white;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  min-height: 50vh;
}
.dialog-box .pay-container .title {
  font-size: 15px;
  color: #1F1F1F;
  text-align: center;
  position: relative;
}
.dialog-box .pay-container .title .close-icon {
  position: absolute;
  right: 0;
  cursor: pointer;
  top: 0;
}
.dialog-box .pay-container .title .close-icon img {
  width: 14px;
  height: 14px;
}
.dialog-box .pay-container .pay-content {
  flex: 1;
}
.dialog-box .pay-container .pay-content .money {
  text-align: center;
  font-size: 12px;
  color: #E02A52;
  width: 100%;
  margin-top: 10px;
}
.dialog-box .pay-container .pay-content .money span {
  font-size: 25px;
  font-weight: bold;
}
.dialog-box .pay-container .pay-content .discount {
  font-size: 12px;
  color: #E02A52;
  text-align: center;
}
.dialog-box .pay-container .pay-content .pay-type-list {
  background: #F8F9FB;
  border-radius: 5px;
  margin-top: 35px;
  box-sizing: border-box;
  padding: 0 15px;
}
.dialog-box .pay-container .pay-content .pay-type-list .item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #EEEEEE;
}
.dialog-box .pay-container .pay-content .pay-type-list .item .left {
  display: flex;
}
.dialog-box .pay-container .pay-content .pay-type-list .item .left .icon {
  margin-right: 10px;
}
.dialog-box .pay-container .pay-content .pay-type-list .item .left .icon img {
  width: 27.5px;
  height: 27.5px;
}
.dialog-box .pay-container .pay-content .pay-type-list .item .left .text {
  font-size: 15px;
  color: #1F1F1F;
}
.dialog-box .pay-container .pay-content .pay-type-list .item .right {
  display: flex;
}
.dialog-box .pay-container .pay-content .pay-type-list .item .right .icon img {
  width: 17.5px;
  height: 17.5px;
}
.dialog-box .pay-container .pay-content .pay-type-list .item:last-child {
  border: none;
}
.dialog-box .pay-container .pay-content .yue-pay {
  margin-top: 10px;
  background: #F8F9FB;
  border-radius: 5px;
  margin-top: 15px;
  box-sizing: border-box;
  padding: 0 15px 15px 15px;
}
.dialog-box .pay-container .pay-content .yue-pay .pay-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 45px;
  line-height: 45px;
}
.dialog-box .pay-container .pay-content .yue-pay .pay-wrap .left {
  display: flex;
}
.dialog-box .pay-container .pay-content .yue-pay .pay-wrap .left .icon {
  margin-right: 10px;
}
.dialog-box .pay-container .pay-content .yue-pay .pay-wrap .left .icon img {
  width: 27.5px;
  height: 27.5px;
}
.dialog-box .pay-container .pay-content .yue-pay .pay-wrap .left .text {
  font-size: 15px;
  color: #1F1F1F;
}
.dialog-box .pay-container .pay-content .yue-pay .pay-wrap .right {
  display: flex;
}
.dialog-box .pay-container .pay-content .yue-pay .pay-wrap .right .text {
  font-size: 12px;
  color: #1F1F1F;
  padding-right: 5px;
}
.dialog-box .pay-container .pay-content .yue-pay .pay-wrap .right .icon img {
  width: 17.5px;
  height: 17.5px;
}
.dialog-box .pay-container .pay-content .yue-pay .desc {
  margin-left: 37.5px;
  font-size: 12px;
  color: #666666;
}
.dialog-box .pay-container .pay-content .yue-pay .desc span {
  color: #E02A52;
}
.dialog-box .pay-container .pay-content .yue-pay .banner-img {
  width: 100%;
  margin-top: 15px;
}
.dialog-box .pay-container .pay-content .yue-pay .banner-img img {
  width: 100%;
  height: auto;
}
.dialog-box .pay-container .pay-content .yue-pay.opacity .pay-wrap {
  opacity: 0.5;
}
.dialog-box .pay-container .pay-content .yue-pay.opacity .desc {
  opacity: 0.5;
}
.dialog-box .pay-container .kefu {
  display: flex;
  justify-content: center;
  margin: 15px 0 20px 0;
  line-height: 20px;
  height: 20px;
}
.dialog-box .pay-container .kefu .desc {
  font-size: 11px;
  color: #666666;
}
.dialog-box .pay-container .kefu .desc span {
  color: #007BF2;
}
.dialog-box .pay-container .kefu .icon {
  margin-left: 5px;
}
.dialog-box .pay-container .kefu .icon img {
  width: 11px;
  height: 11px;
}
.dialog-box .pay-container .btn-item {
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 15px;
  color: #FFFFFF;
  border-radius: 35px;
  background: #E02A52;
}

.dialog-box-center {
  width: 100%;
  height: 100%;
  max-width: 750px;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
}
.dialog-box-center .wrap {
  width: 295px;
  margin: 0 auto;
}
.dialog-box-center .wrap .img-box {
  width: 100%;
  display: flex;
}
.dialog-box-center .wrap .img-box img {
  width: 100%;
}
.dialog-box-center .wrap .btn-box {
  width: 100%;
  box-sizing: border-box;
  padding: 15px 0;
  background: #FFF9F4;
  border-radius: 0 0 10px 10px;
}
.dialog-box-center .wrap .btn-box .item {
  width: 235px;
  cursor: pointer;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 15px;
  border-radius: 35px;
  margin: 0 auto;
}
.dialog-box-center .wrap .btn-box .item.red {
  background: #E02A52;
  margin-bottom: 10px;
  color: white;
}
.dialog-box-center .wrap .btn-box .item.pink {
  background: #FCE9ED;
  color: #E02A52;
}
.dialog-box-center .wrap .desc {
  display: flex;
  justify-content: center;
  height: 20px;
  line-height: 20px;
  margin-top: 12px;
}
.dialog-box-center .wrap .desc .icon {
  margin-right: 5px;
}
.dialog-box-center .wrap .desc .icon img {
  width: 12.5px;
  height: 12.5px;
}
.dialog-box-center .wrap .desc .text {
  color: white;
  font-size: 12px;
}
.dialog-box-center .wrap .icon-close {
  width: 100%;
  display: flex;
  justify-content: center;
}
.dialog-box-center .wrap .icon-close img {
  margin: 0 auto;
  margin-top: 20px;
  cursor: pointer;
  width: 28px;
  height: 28px;
}
.dialog-box-center .confim-dialog {
  background: white;
  width: 295px;
  height: 194px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 10px 15px;
  margin: 0 auto;
}
.dialog-box-center .confim-dialog .title {
  font-size: 15px;
  color: #1F1F1F;
  text-align: center;
}
.dialog-box-center .confim-dialog .icon {
  width: 100%;
}
.dialog-box-center .confim-dialog .icon img {
  display: block;
  margin: 0 auto;
  width: 80px;
  height: 57.5px;
}
.dialog-box-center .confim-dialog .btn-box {
  display: flex;
  justify-content: space-between;
}
.dialog-box-center .confim-dialog .btn-box .item {
  width: 130px;
  height: 32.5px;
  line-height: 32.5px;
  text-align: center;
  font-size: 14px;
  border-radius: 32.5px;
}
.dialog-box-center .confim-dialog .btn-box .item.normal {
  background: #F8F8F8;
  color: #999;
}
.dialog-box-center .confim-dialog .btn-box .item.red {
  color: white;
  background: #D12447;
}

.wx-share-tips {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 120;
  display: flex;
  justify-content: flex-end;
  max-width: 750px;
  z-index: 9999;
  display: flex;
  justify-content: flex-end;
}
.wx-share-tips img {
  width: 188px;
  margin-top: 10px;
  height: 96px;
  margin-right: 10px;
}

.share-dialog {
  position: fixed;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 750px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 100;
}
.share-dialog .share-popup {
  width: 100%;
  background: white;
  border-radius: 10px 10px 0 0;
  box-sizing: border-box;
  padding: 20px 20px 30px 20px;
}
.share-dialog .share-popup .share-title {
  font-size: 15px;
  color: #1F1F1F;
  text-align: center;
  margin-bottom: 30px;
}
.share-dialog .share-popup .share-type {
  display: flex;
  justify-content: space-around;
}
.share-dialog .share-popup .share-type .item {
  cursor: pointer;
}
.share-dialog .share-popup .share-type .item .img {
  width: 44px;
  height: 44px;
}
.share-dialog .share-popup .share-type .item .img img {
  width: 44px;
  height: 44px;
}
.share-dialog .share-popup .share-type .item .text {
  text-align: center;
  font-size: 12px;
  color: #999;
  margin-top: 10px;
}
.share-dialog .share-popup .cancel {
  text-align: center;
  font-size: 14px;
  color: #999999;
  text-align: center;
  margin-top: 20px;
  cursor: pointer;
}/*# sourceMappingURL=dialog.css.map */