.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
  }
  .popup-notice {
    width: 80%;
    max-width: 320px;
    background: 0 0;
    overflow-y: initial;
  }
  .popup-center {
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
  }
  .popup {
    position: fixed;
    max-height: 100%;
    overflow-y: auto;
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s,-webkit-transform 0.3s;
    -webkit-overflow-scrolling: touch;
  }
  .popup-notice .notice {
    padding-bottom: 15px;
    background-color: #fef3ef;
    position: relative;
    border-radius: 10px;
  }
  .popup-notice .notice .notice-header {
    padding: 25px 20px 5px;
    color: #ff4d03;
    background: linear-gradient(#ff4d03,#fef3ef,70%,#fef3ef);
    border-radius: 10px;
  }
  .popup-notice .notice .notice-content {
    margin: 10px 15px 0;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    font-size: 14px;
  }
  .popup-notice .notice .notice-content p{
      margin: 0 0 10px;
  }
  .popup-notice .notice .notice-tip {
    margin: 10px 15px 0;
    padding: 4px 15px;
    color: #ff4d03;
    font-weight: 700;
    text-align: center;
    border: 2px solid #ff4d03;
    border-radius: 4px;
  }
  .popup-notice .notice .notice-content .scroll-wrapper {
    max-height: 300px;
  }
  .scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
  }
  .scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
  }
  .scrollbar-macosx > .scroll-element.scroll-x {
    bottom: 0;
    height: 0;
    left: 0;
    min-width: 100%;
    overflow: visible;
    width: 100%;
  }
  .scrollbar-macosx > .scroll-element,
  .scrollbar-macosx > .scroll-element div {
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
  }
  .scroll-element,
  .scroll-element div {
    box-sizing: content-box;
  }
  .scroll-element {
    display: none;
  }
  .scrollbar-macosx > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 0;
  }
  .scroll-element.scroll-x.scroll-scrollx_visible,
  .scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
  }
  .scrollbar-macosx > .scroll-element,
  .scrollbar-macosx > .scroll-element div {
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
  }
  .scroll-element,
  .scroll-element div {
    box-sizing: content-box;
  }
  .popup-notice .notice .notice-header h3 {
    margin: 0;
    line-height: 24px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
  }
  .popup-notice .notice .notice-header h3 span {
    margin-left: 2px;
    font-size: 14px;
  }
  .popup-notice .notice .notice-content .site-qrcode {
    margin: 8px 0 10px 15px;
    float: right;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
  }
  .popup-notice .notice .notice-content .notice-content-scrollbar p {
    margin-bottom: 6px;
    line-height: 1.6;
    word-wrap: break-word;
  }
  .btn-normal {
    color: #fff;
    background-color: #ff4d03;
    border-color: #ff4d03;
  }
  .btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
    left: -9px;
    min-height: 10px;
    width: 7px;
  }
  .scrollbar-macosx > .scroll-element .scroll-bar {
    background-color: #6C6E71;
    display: block;
    -ms-filter:  "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)""
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }
  .popup-notice .notice .notice-content .site-qrcode #qrcode canvas {
    width: 72px;
    height: 72px;
  }
  audio,
  canvas,
  progress,
  video {
    display: inline-block;
    vertical-align: baseline;
  }
  .popup-notice {
    width: 80%;
    max-width: 320px;
    background: 0 0;
    overflow-y: initial;
  }
  .popup-notice .notice .notice-content .notice-content-scrollbar {
    padding: 15px 20px;
    color: #ff4d03;
  }
  .popup-notice .popup-close-icon {
    width: 24px;
    height: 24px;
    background-color: rgba(0,0,0,.75);
    color: #fff;
    border-radius: 50%;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 8px;
    top: 8px;
  }
  .site-qrcode p{
      color:black;
      font-size:12px;
  }