.hide-horizontal-indicator{
    -webkit-overflow-scrolling: touch;
    /*padding-bottom: 20px;*/
}
.hide-vertical-indicator{
    -webkit-overflow-scrolling: touch;
}.jdreact-dialog {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999;
}

.jdreact-dialog-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.jdreact-dialog-body {
  width: 80%;
  background-color: #FFF;
  border: 1px solid #848689;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
}
.jdreact-dialog {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999;
}

.jdreact-dialog-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.jdreact-dialog-body {
  width: 80%;
  background-color: #FFF;
  border: 1px solid #848689;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
}
.jd-loadings-container {
  display: block;
  text-align: center;
}
.jd-loading-in{
  position: relative;
  text-align: center;
  z-index: 999;
  line-height: 1;
  font-size: 0;
  display: inline-block;
  width: 100%;
  height: 100%;

}
.jd-loading-in-hd{
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.jd-load-circel{
  width: 100%;
  height: 100%;
  display: block;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsBAMAAADsqkcyAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAASUExURQAAAJmZmZmZmZmZmZmZmZmZmftNTfUAAAAGdFJOUwAd1kJpi0iiYQ8AAAD+SURBVCjPlZLLmoMgDIWT0u617QOMmXYvXvZecD915P1fZUCtCkkXw8IP/u9wOIkBWBbWRMCWIhLwmejZpzFFote6wwPuqNkl2+5C2UGzeY2PwHET58FLq7z7jgIkS4wmCjbLT884b+rlRcbK8Jh5AKa+G7xDDl8eAk7gmnHszIsvAWvoGhGPuYgp4RjKjxj+hWWTUcBYygHLT+UUP8KMaTgJrVI5nIXG3nJQluPKpbMsCvbuU7/Y/LZ+qCbm4e9j7KLMXHj9G+J7u1iFcjTrcQjkVf82s+3Rebtb7zbK7BIcrF7LNubQfzXYXieYVgGd9dZOdjLxv7oZB/X79AeNZB7NdvTHegAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
     -moz-background-size: contain;
          background-size: contain;
  -webkit-animation: roll 0.8s linear infinite;
  -moz-animation: roll 0.8s linear infinite;
    -o-animation: roll 0.8s linear infinite;
       animation: roll 0.8s linear infinite;
}
.jd-load-logo{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%,-50%,0);
     -moz-transform: translate3d(-50%,-50%,0);
          transform: translate3d(-50%,-50%,0);
  z-index: 10;
  display: block;
  width: 53%;
  height: 35%;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAOBAMAAAAyKEr9AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAVUExURQAAAJmZmZmZmZmZmZmZmZmZmZmZmdpm/XsAAAAGdFJOUwBVyoShFMxfo8EAAABbSURBVAjXY2AwSzNgSUtLcmQAAkE3A5YUY6M0VRBHzIAlkYEhKAnBZlATQLDFFBBstgTs7LAErOpZwea4CYDYQskMDMpGSQEsSUpqaQZAK9JcGZiVlFRMGVAAAEKtEXYEpHiNAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
     -moz-background-size: contain;
          background-size: contain;
}
.jd-load-text{
  color: #838689;
  font-size: .44rem;
  display: block;
  padding-top: .4rem;
}
@-webkit-keyframes roll {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes roll {
  0% {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}
@-o-keyframes roll {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}
@keyframes roll {
  0% {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.jdreact-pop-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .5);
  display: none;
}
.jdreact-popup-overlay-show {
  display: block;
}

@-webkit-keyframes jdreactPopup {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-moz-keyframes jdreactPopup {
  from {
    -moz-transform: translateY(100%);
         transform: translateY(100%);
  }
  to {
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
}

@-o-keyframes jdreactPopup {
  from {
    -o-transform: translateY(100%);
       transform: translateY(100%);
  }
  to {
    -o-transform: translateY(0);
       transform: translateY(0);
  }
}

@keyframes jdreactPopup {
  from {
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
         -o-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}
.jdreact-popup-content {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
     -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
  display: none;
}
.jdreact-popup-content-show {
  display: block;
  -webkit-animation: jdreactPopup 200ms;
     -moz-animation: jdreactPopup 200ms;
       -o-animation: jdreactPopup 200ms;
          animation: jdreactPopup 200ms;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.jd-toast {
  position: fixed;
  bottom: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
     -moz-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
       -o-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  background-color: rgba(0,0,0,0.5);
  color: #FFF;
  text-align: center;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  padding: 15px 8px;
  z-index: 1000;
}

.jd-toast-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}

.jd-toast-message {
  bottom: 20%;
}

/*# sourceMappingURL=vendor.75349a3570a634ec080a.css.map*/