body {
  font-size: 12px;
  padding: 0;
  margin: 0;
  line-height: 20px;
  font-family: "Microsoft YaHei", tahoma, arial, "\5b8b\4f53";
}
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
.float-right {
  float: right;
}
.modal-iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.modal-header {
  padding: 0 6px;
  line-height: 25px;
  background: #000;
  color: #fff;
  opacity: 0.9;
}
.modal-body {
  padding: 0;
}
.close {
  color: #f2f2f2;
  opacity: 1;
  font-weight: 500;
  font-size: 25px;
}
.close:hover {
  color: #fff;
  opacity: 1;
}
.minify {
  background: #fff;
  height: 1px;
  border: none;
  float: right;
  position: relative;
  top: 11px;
  width: 10px;
  margin-right: 6px;
}
.wide-modal {
  width: 900px;
  margin-left: -450px;
}
.align-right {
  text-align: right;
}
.btn-page {
  border: none;
  background: transparent;
  display: inline;
  font-size: 12px;
}
.input-page[type="text"] {
  width: 30px;
  height: 16px;
  padding: 0;
}
.red-number,
.gray-number {
  font-size: 12px;
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-family: Tahoma;
  font-weight: 500;
  border-radius: 9px;
}
.gray-number {
  color: #555;
  background: #cdcdcd;
}
.red-number {
  color: #fff;
  background: #ff7c1b;
}
.up-arrow,
.down-arrow,
.left-arrow,
.right-arrow {
  border-width: 5px 4px;
}
.border-arrow,
.border-arrow:after,
.up-arrow,
.down-arrow,
.left-arrow,
.right-arrow {
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  position: absolute;
  border-color: transparent;
}
.up-arrow {
  top: -18px;
}
.border-arrow,
.border-arrow:after {
  border-width: 9px;
}
.border-arrow {
  border-bottom-color: #000;
}
.border-arrow:after {
  border-bottom-color: #fff;
  border-top-width: 0;
  margin-left: -9px;
  top: 1px;
  content: "";
}
.border-arrow-white {
  border-bottom-color: #dadada;
  z-index: 10;
  top: -17px;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .tab-pane.active {
  display: block;
}
#msg-footer .btn {
  display: inline;
  padding: 4px 15px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #fff;
  border-radius: 2px;
  cursor: pointer;
  vertical-align: middle;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.6);
}
#msg-footer .btn:hover {
  background: rgba(255, 255, 255, 0.8);
}
#msg-footer .btn.disabled {
  cursor: default;
}
a.btn {
  color: #333;
}
.nav-collapse,
.nav-collapse.collapse {
  overflow: hidden;
  height: 0;
}
.collapse.in {
  height: auto;
}
html,
body {
  height: 100%;
  overflow: hidden;
  background: transparent;
}
a {
  color: #0;
}
a:hover,
a:active,
a:link,
a:visited {
  outline: none;
  color: #0;
}
a:active,
a:link,
a:visited {
  text-decoration: none;
}
#msg-center {
  line-height: 20px;
  font-family: "Microsoft YaHei", tahoma, arial, "\5b8b\4f53";
  -webkit-user-select: none;
}
#msg-center .pop-wrap {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.05);
}
.rss-tip {
  display: none;
  position: absolute;
  bottom: 38px;
  left: 2px;
  padding: 2px 8px;
  width: 108px;
  color: #a2854e;
  background: #f2e0be;
  border: 1px solid #e5cd9a;
  border-radius: 3px;
  z-index: 9999;
}
.rss-arrow {
  position: absolute;
  bottom: -6px;
  left: 30px;
  width: 5px;
  height: 6px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAGCAMAAAA8JaR5AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACRQTFRF8d+96tOo7tmw7Nes5MyZ8t+97Nar6tSp5c2a8uC95M6f////78pa6gAAAAx0Uk5T//////////////8AEt/OzgAAAChJREFUeNoUxMkBADAIwzD3hJD99y3VQwxxJltaReqWySj3nfn5CTAADrIA+aYdi8IAAAAASUVORK5CYII=) 0 0 no-repeat;
}
.note {
  margin-top: 4px;
  text-align: center;
  position: fixed;
  bottom: 34px;
  width: 390px;
  z-index: 500;
}
.note .note-content {
  padding: 0px 20px;
  color: #D61E1E;
  border-top: 1px solid #e5cd9a;
  background-color: #faefc2;
  font-weight: bolder;
}
.pop-window {
  margin: 30px auto;
  border: 1px solid #666;
  border-radius: 3px;
  background: #fff;
  max-width: 60%;
}
.pop-header {
  padding: 0 6px;
  height: 30px;
}
.pop-body {
  margin: 0;
  padding: 16px;
}
.pop-footer {
  padding: 7px 16px;
  text-align: right;
}
.msg-container {
  position: relative;
  height: 100%;
  border-style: solid;
  border-width: 0px;
  background: #ffffff;
}
.msg-rss-scrollbar,
.msg-list-scrollbar {
  height: 339px;
  max-height: 339px;
  overflow: auto;
  position: relative;
  padding-right: 2px;
  margin-right: 2px;
}
.msg-list-scrollbar > div {
  max-width: 378px;
  padding-bottom: 50px;
}
.msg-container .tab-content {
  position: relative;
  z-index: 10;
}
.content-area {
  position: absolute;
  left: 101px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
}
.msg-modal {
  color: #fff;
  background: transparent;
  border-radius: 3px;
}
.msg-modal a {
  color: #fff;
}
.msg-tab-list {
  position: absolute;
  width: 100px;
  height: 335px;
  max-height: 335px;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #dce5ec;
  border-bottom: 1px solid #7a8ba7;
  border-right: 1px solid #c8d0d3;
}
.tab-line {
  height: 0px;
  border-bottom: 1px solid #f8fffe;
  border-top: 1px solid #c7d4dc;
  margin-left: 10px;
  margin-right: 10px;
}
.sys-setting {
  position: absolute;
  bottom: 0px;
  left: 0px;
  top: 337px;
  height: 32px;
  width: 100px;
  background-color: #ccd9e1;
  border-top-color: #f8fffe;
  border-right: 1px solid #c8d0d3;
}
.setting-text {
  color: #647b8b;
}
.msg-tab {
  position: relative;
  line-height: 30px;
  text-align: left;
  padding-left: 22px;
  margin-top: 1px;
}
.msg-tabs a {
  text-decoration: none;
  color: #2b5470;
  width: 50px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.msg-tabs .active {
  background: #ffffff;
  font-weight: bold;
}
.msg-tab .red-number {
  position: absolute;
  top: 5px;
  left: 2px;
}
.msg-tab-pane {
  display: none;
}
.msg-modal-header {
  background: #000;
  line-height: 31px;
  padding-left: 12px;
  font-size: 14px;
}
.msg-modal-footer {
  background: #ecf1f7;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 101px;
  top: 336px;
}
.modal-backdrop {
  background: transparent;
}
.msg-modal-overlay,
.msg-modal-tabs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.msg-modal-overlay {
  height: 100%;
  opacity: 1;
  top: 30px;
}
.msg-modal-tabs-overlay {
  height: 30px;
  opacity: 1;
}
.msg-modal-body {
  position: relative;
  overflow: hidden;
}
.msg-tabs,
.msg-tab-pane {
  position: relative;
  z-index: 1;
  margin-top: -2px;
}
.msg-modal .tab-content {
  position: relative;
  bottom: 0px;
}
.msg-modal .btn-page {
  color: #fff;
}
.msg-table {
  width: 100%;
}
.msg-item {
  position: relative;
}
.msg-preview {
  overflow: hidden;
  cursor: pointer;
}
.msg-status,
.msg-title {
  padding: 8px 0 0;
  display: inline-block;
}
.msg-status {
  width: 26px;
  text-align: right;
}
.msg-timestamp {
  width: 100px;
  position: absolute;
  top: 7px;
  right: 0;
}
.msg-title {
  width: 245px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.notify-tips {
  display: none;
  background: #F8F2CC;
  color: #e79035;
  width: 95%;
  margin: 2px auto 2px;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
}
.notify-tips:active {
  opacity: 0.7;
}
.msg-envelope-icon {
  background: url(http://img03.taobaocdn.com/tps/i3/T1.20mFnXbXXaXpjA.-13-10.png) no-repeat 0 0;
  font-size: 0;
  width: 13px;
  height: 10px;
  display: inline-block;
  position: relative;
  top: 1px;
  right: 3px;
}
.msg-unread {
  font-weight: 700;
}
.msg-pagination {
  text-align: left;
  padding: 7px 16px;
}
.msg-detail {
  display: none;
  margin: 10px 13px 0 32px;
  padding: 11px 15px 11px;
  position: relative;
}
.msg-detail-content {
  list-style: none;
}
.msg-detail-content li {
  height: 22px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.msg-detail-content li .li-label {
  display: inline-block;
  text-align: right;
  width: 60px;
}
.msg-detail .up-arrow {
  left: 22px;
  top: -13px;
  border-bottom-color: #F5EEC2;
  border-width: 6px 6px 7px 6px;
}
.show-detail .msg-detail {
  display: block;
}
.show-detail .msg-list {
  visibility: hidden;
}
.msg-detail-content .msg-detail-item {
  border-top: 1px dashed #fff;
  padding-top: 11px;
  margin-top: 3px;
  height: 19px;
}
.msg-detail-item .btn-detail {
  color: #1b9bd0;
}
.page-bottom .text,
.page-prev,
.page-next {
  vertical-align: middle;
}
.page-prev.disabled {
  color: #666;
  cursor: default;
}
.page-prev.disabled:hover {
  text-decoration: none;
}
.page {
  margin: 5px;
  cursor: pointer;
}
.page-cur {
  color: red;
  cursor: default;
}
.list-hint {
  position: absolute;
  top: 100px;
  left: 0;
  text-align: center;
  width: 100%;
}
.msg-tabs-wrap {
  position: relative;
}
.msg-btns {
  position: relative;
  left: 11px;
  top: 8px;
  z-index: 99;
}
.msg-btn {
  height: 20px;
  background: url(http://img02.taobaocdn.com/tps/i2/T19KBpFatXXXXfwe2X-15-47.png) no-repeat 0 0;
  display: block;
  padding-left: 22px;
}
.msg-rss-container {
  position: relative;
  background: #ffffff;
}
.msg-rss-container form {
  margin: 0;
}
.msg-rss-container .msg-modal-overlay {
  top: 0;
}
.msg-rss-wrap {
  position: relative;
}
.msg-rss-wrap dd {
  padding-left: 14px;
}
.msg-rss-wrap dt {
  padding-top: 10px;
}
.checkbtn {
  display: inline-block;
  height: 22px;
  width: 52px;
  border-radius: 2px;
  border: 1px solid #5a9722;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#8eda3f), to(#82cb3c));
  cursor: pointer;
  vertical-align: top;
}
.checkbtn:after {
  display: inline-block;
  width: 52px;
  height: 19px;
  text-align: center;
  vertical-align: top;
}
.msg-rss-checkbox,
.msg-rss-wrap em {
  display: none;
}
input.msg-rss-checkbox:focus {
  outline: none;
}
.msg-rss-checkbox + .checkbtn:after {
  color: white;
  content: "订阅";
}
.msg-rss-checkbox:checked + .checkbtn {
  border: 1px solid #979495;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fefefe), to(#e7e7e7));
}
.msg-rss-checkbox:checked + .checkbtn:after {
  color: #666;
  content: "取消订阅";
}
.msg-rss-wrap label {
  font-size: 12px;
  line-height: 24px;
}
.msg-rss-wrap dt label {
  cursor: default;
  font-weight: bold;
}
.msg-rss-wrap .disabled {
  color: #adadad;
  cursor: default;
}
.msg-rss-btns {
  padding: 6px 35px 6px 0;
  position: relative;
  text-align: right;
  background: #ccd9e1;
}
.msg-rss-btns .btn {
  margin-left: 4px;
  line-height: 13px;
}
.border-arrow,
.border-arrow:after,
.up-arrow,
.down-arrow,
.left-arrow,
.right-arrow {
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  position: absolute;
  border-color: transparent;
  border-width: 5px;
}
.msg-rss-title {
  height: 28px;
  line-height: 28px;
  padding-left: 35px;
  padding-right: 21px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAJCAMAAADepFZYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRFZmZm////c0tZqAAAAAJ0Uk5T/wDltzBKAAAAIElEQVR42mJgRAYMBHgMEACTg3GgKqEcmD4GwmYCBBgAGT0AZrD+nE0AAAAASUVORK5CYII=) no-repeat 10px center #f5f5f5;
  font-weight: bold;
  cursor: pointer;
  border-top: 1px solid #dddddd;
}
.msg-rss-title:after {
  content: '\0020';
  display: block;
  height: 0;
  clear: both;
}
.msg-rss-title.collapsed {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAANCAMAAABM3rQ0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRFZmZm////c0tZqAAAAAJ0Uk5T/wDltzBKAAAAIElEQVR42mJghAEGHCwGBIsBwWJAsBgwxTD14rYDIMAAGiUAZmi4MPgAAAAASUVORK5CYII=) no-repeat 12px center #f5f5f5;
}
.msg-rss-tip {
  color: #0e84b5;
  font-weight: normal;
  float: right;
  padding-right: 10px;
}
.msg-rss-option {
  display: inline-block;
  text-align: right;
  float: right;
}
.msg-rss-title.collapsed .msg-rss-tip.tip-collapsed {
  display: inline-block;
}
.msg-rss-title .msg-rss-tip.tip-collapsed {
  display: none;
}
.msg-rss-title.collapsed .msg-rss-tip {
  display: none;
}
.msg-rss-title .msg-rss-tip {
  display: inline-block;
}
.msg-rss-btn-systemsetting {
  cursor: pointer;
  color: #0081c2;
  float: left;
  padding-left: 10px;
  padding-top: 3px;
}
.msg-rss-markbtn {
  display: inline-block;
  float: right;
  padding-right: 30px;
  padding-top: 10px;
  width: 10px;
  height: 10px;
}
.msg-rss-list {
  padding-bottom: 1px;
  color: #000000;
}
.msg-rss-list-inner {
  padding-top: 5px;
}
.msg-rss-item {
  padding: 3px 21px 0 35px;
  line-height: 28px;
}
.msg-rss-item:hover {
  background: #ecf1f7;
  color: #000000;
}
.msg-rss-scrollbar::-webkit-scrollbar,
.msg-list-scrollbar::-webkit-scrollbar {
  width: 8px;
}
.msg-rss-scrollbar::-webkit-scrollbar-button,
.msg-list-scrollbar::-webkit-scrollbar-button {
  width: 6px;
  height: 2px;
}
.msg-rss-scrollbar::-webkit-scrollbar-track:hover,
.msg-list-scrollbar::-webkit-scrollbar-track:hover {
  background: #ffffff;
}
.msg-rss-scrollbar::-webkit-scrollbar-track,
.msg-list-scrollbar::-webkit-scrollbar-track {
  border: skinny plain lightgray;
  border-radius: 2px;
}
.msg-rss-scrollbar::-webkit-scrollbar-thumb,
.msg-list-scrollbar::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
  border: skinny plain gray;
  border-radius: 2px;
}
.msg-rss-scrollbar::-webkit-scrollbar-thumb:hover,
.msg-list-scrollbar::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}
.msg-tab-list::-webkit-scrollbar {
  width: 8px;
}
.msg-tab-list::-webkit-scrollbar-button {
  width: 6px;
  height: 2px;
}
.msg-tab-list::-webkit-scrollbar-track:hover {
  background: #ffffff;
}
.msg-tab-list::-webkit-scrollbar-track {
  border: skinny plain lightgray;
  border-radius: 2px;
}
.msg-tab-list::-webkit-scrollbar-thumb {
  background-color: #aac1d1;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
  border: skinny plain gray;
  border-radius: 2px;
}
.msg-tab-list::-webkit-scrollbar-thumb:hover {
  background: #8bb0ca;
}
.msg-center-rss {
  position: absolute;
  right: -15px;
  top: -80px;
  width: 91px;
  border-radius: 2px;
  border: 1px solid #363636;
  background: #6c6e70;
  display: none;
  text-indent: 0;
  padding: 10px;
}
.msg-center-rss li {
  padding: 0 4px 8px 30px;
  border-bottom: 1px solid #313131;
  background: url(http://img02.taobaocdn.com/tps/i2/T19KBpFatXXXXfwe2X-15-47.png) no-repeat 8px 2px;
}
.msg-center-rss li:last-child {
  border-bottom: none;
  padding: 8px 4px 0 30px;
  background-position: 8px -21px;
}
.msg-center-rss li a:hover {
  color: #fff;
}
.msg-center-rss li a:active {
  opacity: 0.7;
  text-decoration: none;
}
.msg-center-rss li a:link,
.msg-center-rss li a:visited {
  color: #fff;
  text-decoration: none;
  outline: none;
}
.msg-center-rss .up-arrow {
  right: 10px;
  top: -9px;
  border-bottom-color: #222;
}
.stbutton {
  line-height: 17px;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  padding: 3px;
  margin: 3px;
  text-decoration: none;
  border: solid 1px #7d9aaf;
  background-color: #E6F5FF;
  margin-left: 10px;
  font-size: 12px;
}
#sendTask {
  display: none;
  background: #f5eec2;
  width: 377px;
  height: 320px;
  top: 8px;
  left: 110px;
  position: absolute;
  z-index: 900;
  -webkit-border-radius: 4px;
}
#sendTask ul li {
  line-height: 25px;
}
#sendTask ul li input {
  margin-left: 15px;
}
#stBZ {
  -webkit-border-radius: 4px;
  resize: none;
  width: 308px;
  height: 40px;
}
.stbox {
  height: 158px;
  width: 337px;
  margin-left: 20px;
  overflow-y: scroll;
  background-color: white;
  -webkit-border-radius: 4px;
}
.content-iframe {
  border: none;
  width: 303px;
  height: 150px;
}
