#_copy {
  align-items: center;
  background: #4494d5;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 13px;
  height: 30px;
  justify-content: center;
  position: absolute;
  width: 60px;
  z-index: 1000
}

#select-tooltip,
#sfModal,
.modal-backdrop,
div[id^=reader-helper] {
  display: none !important
}

.modal-open {
  overflow: auto !important
}

._sf_adjust_body {
  padding-right: 0 !important
}

.super_copy_btns_div {
  position: fixed;
  width: 154px;
  left: 10px;
  top: 45%;
  background: #e7f1ff;
  border: 2px solid #4595d5;
  font-weight: 600;
  border-radius: 2px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  z-index: 5000
}

.super_copy_btns_logo {
  width: 100%;
  background: #4595d5;
  text-align: center;
  font-size: 12px;
  color: #e7f1ff;
  line-height: 30px;
  height: 30px
}

.super_copy_btns_btn {
  display: block;
  width: 128px;
  height: 28px;
  background: #7f5711;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  border: 0;
  outline: 0;
  margin: 8px auto;
  font-weight: 700;
  cursor: pointer;
  opacity: .9
}

.super_copy_btns_btn:hover {
  opacity: .8
}

.super_copy_btns_btn:active {
  opacity: 1
}

.list_left .title {
  width: 100%;
  text-align: center;
  margin: 10px 0;
  font-size: 26px;
}

.view_time {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #e7e6e6;
  color: #999;
  font-size: 14px;
  padding-bottom: 5px;
}

.view_txt {
  font-size: 16px;
  margin-top: 20px;
  line-height: 30px;
  min-height: 300px;
  color: #666 !important;
}

.a_right {
  width: 250px;
  float: right;
  overflow: hidden;
  padding: 5px;
  background: #f8f8f8;
  padding-left: 20px
}

.a_right ul li {
  margin: 5px 0
}

.a_right ul li a {
  font-size: 16px;
  color: #2683cf;
  line-height: 40px
}

.a_right ul li:hover a {
  text-decoration: underline
}