@font-face {
    font-family: 'antman-wechat-modal-icon';
    src: url(data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAQ4AAsAAAAACMAAAAPpAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCDHAqEcIQAATYCJAMQCwoABCAFhG0HURt7B8iemjxtI4EHlAcPFmCBUAie/x9z973/J6IJsbizinhbwr2ERUhUQsOjpoWK+OleaTpoh+UqmIfSE5gKL07i9EtzmXtC/yruFctXRFNoi2k5V0gHasZuwqlRqHefFIgLJCXf/udyetd4noXzA+Uy5rKxJsZRvDWwMSZHYaAFEkFuWcDO7tPmBJ6GAF6K5CA9Fk+v0MEiTRJANqJ9Czo+NTaFILhlzpiVNos04cCtW3oKANvm5+UTqEQFisMgzazsyYXtAx9aSYv+qzChI3DqMwLCOjBAG4AFWYk1z6nb3jakeD/hDcoAbpmo8NIV/qH1/z9xxyJ2k5iyfzwFcSKJ/cCXfAZegMp2JeFQIpC0Ig4F2CEr3EAAqAH4QpLH6xlkcPl8fr+vAaGX7yoHdgyusqe3F6E1HOSdJ/1sYW0TeA+nW2ctVuSursGLOSM7eolxdvf2viUOj8RktOY3jW3vRsc4zu5obm7cbm/d7+89iz06eifH2W/BzTu3uw8e9x89a28jaYr2sVqCKMbxGhQN/or92k/z6KChub/zIK1KyFijkKTip9NNHBQTtPS7Z8QgL+nAtQbD0iUfSdExtixOW9tcBk9LtU4PD6u5Rbi7fkPt1mcMDDtVZqrqEa8/blXu7qCg39hZ1YCLHG6T4e69Dzu7Hmf6jeGvn3u3P+/tRXlUaboXeFFtytHz6gpZyy2yf//ItmQGmBrbnTnIYaq/iubaTRzcmo+Cgo8QkLMa8kda4tqjAkzPjEXgu9h3AXHUrMLyf70L8lORLpGTmhpmslRXFZ+gXCDiGp++KOiCJMQrV4i4JPCzymTKFMtkyXT6+f/jgAIvXsFXnxkgB+WXRqfU6QaoAOD/21QbatO/2QggzboHvkPrdww1xnq/qGgtAM87Mu+h/K/msxTBieTk5pzxookAAHZK5Ekaa98cVbKUPw/LjDbsOqFXtsM/2aNe1CFNfOJBcJNwQXFRAIObOtTi28CBjxI4cdMOXlpZrvcRk6KOWA/QopwBIWwWlCA1MIRB1OKfg4OkT+AkHCl4GYp1Rx8NRdOYppAl5GJINkaHavYUnfSsxGfyq8QqvDyT9E5FGTpQWUEpGLgQU1HHnNQMf52W5mFEik7RgjmPkkRjUoqOyJF5VJpkG0XFiLgHzUMTU+jRrUAsgrhQiG8omkNjnl5f9ELvf0Z8lYSlSKn4oX9HCqWwd6RMgVIO9CLmXBX70j/VB99aGuGx4yIUtBSygJEksldDSfHDIsQh5qJKuDMbilQtIq943r403cINgBdpdysqRqw4cC6nW2yHo9AoYt/XarqEZRAOw6Lt9crkWU70V8UAAAAA) format('woff2');
  }
    .iconguanbi:before {
    content: "\e665";
  }
    .h5-dialog-custom-dialog {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
		z-index: 110;
		inset: 0px;
    }

    .h5-dialog-custom-dialog-mask {
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.2);
    }

    .h5-dialog-custom-dialog-container {
        position: absolute;
        left: 0;
        width: 100%;
        height: auto;
        background: #fff;
    }

    .h5-dialog-custom-dialog-container.is-bottom {
        bottom: 0;
    }

    .h5-dialog-custom-dialog-container.is-top {
        top: 0;
    }

    .h5-dialog-custom-dialog-container.is-center {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

  .wechat-modal-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0.3rem .3rem;
    position: relative;
    background: #fff;
    border-radius: 0.6888587rem;
  }
  .wechat-modal-container .close {
    position: absolute;
    right: 0.33224638rem;
    top: 0.33224638rem;
    z-index: 111;
    cursor: pointer;
  }
  
  .antman-wechat-modal-icon {
    font-family: "antman-wechat-modal-icon" !important;
    font-size: .45rem;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

  .wechat-modal-content {
    width: 100%;
  }
  .wechat-modal-content-jump {
    display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;
	padding-top:.6rem;
	padding-bottom: .5rem;
  }
  .wechat-modal-content-jump .image {
    height: 1.49094203rem;
    width: 1.49094203rem;
  }
  .wechat-modal-content-jump .image .wechat_success_logo {
    width: 1.49094203rem;
    height: 1.49094203rem;
  }
  .wechat-modal-content-jump .image .success-icon {
    font-size: 2.88722826rem;
    color: #F33531;
  }
  .wechat-modal-content-jump .title {
    color: #000;
    font-size: .5rem;
    line-height: .33224638rem;
    font-weight: bold;
    margin: 0.56612319rem 0;
  }
  .wechat-modal-content-jump .wechat-number,
  .wechat-modal-content-jump .desc {
    color: #666;
    font-size: 0.3057971rem;
    line-height: 0.33224638rem;
    font-weight: 400;
    margin-bottom: 0.26612319rem;
  }
  .wechat-modal-content-jump .button {
    background-color: #1aad17;
    border-radius: 0.10951087rem;
    width: 3.15rem;
    height: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.05289855rem;
	cursor: pointer;
	
  }
  .wechat-modal-content-jump .button span {
    color: #fff;
    font-size: 0.36240942rem;
    line-height: 0.56240942rem;
  }
  /*.wechat-modal-content-jump .auto-jump-animation {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin-top: 1.1888587rem;
    margin-bottom: 1.30208333rem;
  }
  .wechat-modal-content-jump .auto-jump-animation .auto-jump-icon {
    width: 3.34012681rem;
    height: 3.34012681rem;
  }
  .wechat-modal-content-jump .auto-jump-animation .auto-jump-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 6.39719203rem;
  }
  .wechat-modal-content-jump .auto-jump-animation .auto-jump-loading .jump-typing-loader {
    width: 0.45289855rem;
    height: 0.45289855rem;
    border-radius: 50%;
    margin-bottom: 0.50951087rem;
    animation: typing-data-v-c866b436 1s linear infinite;
  }
  .wechat-modal-content-jump .auto-jump-animation .auto-jump-loading .auto-jump-tips {
    color: #999;
    font-size: 0.84918478rem;
    line-height: 0.96240942rem;
    font-weight: 400;
  }*/
  