.text-center {
  text-align: center;
}

.hidden {
  display: none !important;
}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.rm-wrap {
  max-height: 597px;
  overflow: hidden;
  position: relative;
}

.rm-wrap::after {
  content: " ";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 102%;
  padding-top: 313px;
  background-image: linear-gradient(
    -180deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.8)
  );
}

.rm-tool {
  margin: 11px 0;
  line-height: 0;
  display: flex;
}

.rm-tool > div {
  width: 49.9%;
  padding: 0 3px;
}

.rm-tool > div:first-child {
  text-align: right;
}

.rm-tool.tpl-3 > div {
  width: 100%;
  text-align: center;
}

.rm-btn,
.rm-url,
.rm-tips {
  display: inline-block;
  border-radius: 4px;
  border: 1px solid transparent !important;
  padding: 7px;
  line-height: 1em;
  text-align: center;
  overflow: hidden;
  text-decoration: none;
  transition: all 0.7s ease 0s;
}

.rm-btn:not(:first-child) {
  margin-left: 11px;
}

.rm-tool .rm-view {
  color: rgb(202, 12, 22);
  border: 1px solid rgb(202, 12, 22) !important;
}

.rm-tool .rm-view:hover {
  color: #fff;
  background-color: #ca0c16;
  transition: all 0.7s ease 0s;
  text-decoration: none;
}

.rm-tool .rm-unlock {
  color: #175199;
  border: 1px solid #175199 !important;
}

.rm-tool .rm-unlock:hover {
  color: #fff;
  background-color: #175199;
  transition: all 0.7s ease 0s;
  text-decoration: none;
}

.rm-cur .rm-unlock {
  display: none;
}

.rm-url {
  width: 28px;
  height: 28px;
  text-indent: -20em;
  margin-left: 8px;
  display: none;
}

.rm-cur .rm-url {
  display: inline-block;
  border: none !important;
  margin-top: 2px;
  box-sizing: border-box;
}

.rm-read {
  font-size: 15px;
  margin: 8px 0;
  border-radius: 2px;
  border: 1px solid #ddd;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
}

.rm-read a {
  text-decoration: none;
  border-bottom: 1px dotted currentColor;
}

.rm-read .rm-tips {
  display: inline;
}

.rm-ts {
  float: left;
  width: 75%;
}

.rm-sm {
  padding: 13px 29px;
  border-bottom: 1px solid #ddd;
  margin-bottom: -1px;
  height: 41px;
  line-height: 1em;
}

.rm-pl {
  float: right;
  width: 25%;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-left: 1px solid #ddd;
}

.rm-pl a {
  display: block;
  color: #555 !important;
  border: none !important;
}

.rm-pl a.disabled {
  background: #777;
  color: #fff !important;
}

.rm-pl a:hover {
  background: #3690cf;
  color: #fff !important;
  border: none !important;
}

.rm-url.rm-Inoreader {
  background: url("../var/sprite.png") -0px -0px no-repeat;
}

.rm-url.rm-FeedsPub {
  background: url("../var/sprite.png") -0px -28px no-repeat;
}

.rm-url.rm-Feedly {
  background: url("../var/sprite.png") -0px -56px no-repeat;
}

.rm-url:hover {
  background-position-x: -28px;
}

/* --------- */

.layui-layer input:focus {
  outline: 1px;
  border: 1px solid #e5e5e5;
}

.rm-layer {
  min-width: 313px;
  min-height: 73px;
  padding: 15px;
}

.rm-layer a {
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

.rm-layer p:not(:last-child) {
  margin-bottom: 1em;
}
