body {
  margin: 0;
  padding: 0;
  min-width: auto !important;
}

img {
  display: block;
}

input, textarea, button, select {
  display: block;
  border: none;
  outline: 0;
  font-size: inherit;
  color: inherit;
  font-family: inherit;
}
input:focus, textarea:focus, button:focus, select:focus {
  outline: none;
}

button {
  background: none;
  cursor: pointer;
}

textarea {
  resize: none;
}

p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

#bp_wrap {
  position: relative;
  width: 960px;
}
#bp_wrap #bp_header {
  position: relative;
}
#bp_wrap #bp_wrap iframe {
  z-index: 1;
  position: absolute;
  display: block;
  margin: 0;
  border: 0;
}
#bp_wrap .bp_wallpaper {
  z-index: 1;
  position: absolute;
  display: block;
}
#bp_wrap .bp_link-button,
#bp_wrap .bp_alert-button,
#bp_wrap .bp_linkpopup-button {
  z-index: 1;
  position: absolute;
  display: block;
}
#bp_wrap .bp_voice-button {
  z-index: 1;
  position: absolute;
  display: block;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
#bp_wrap .bp_scroll-box {
  position: absolute;
  overflow-y: scroll;
  scrollbar-width: none;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.3px;
  -webkit-mask-image: linear-gradient(180deg, #c1c1c1 0%, rgba(193, 193, 193, 0.8) 85%, rgba(153, 153, 153, 0) 100%);
  mask-image: linear-gradient(180deg, #c1c1c1 0%, rgba(193, 193, 193, 0.8) 85%, rgba(153, 153, 153, 0) 100%);
}
#bp_wrap .bp_scroll-box::-webkit-scrollbar {
  display: none;
}
#bp_wrap .bp_scroll-box p {
  margin: 0;
}
#bp_wrap .bp_scroll-bar {
  position: absolute;
  width: 3px;
}
#bp_wrap .bp_scroll-track {
  position: absolute;
  left: 1px;
  top: 0;
  width: 1px;
  height: 100%;
}
#bp_wrap .bp_scroll-handle {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  border-radius: 2px;
}