/*
 * @FilePath   : /css/shortmessages/mine.css
 * @Description: 个人信息 > 消息中心
 */
#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-header {
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-header .ui-portlet {
  display: block;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container {
  width: -webkit-calc(160%);
  width: -moz-calc(160%);
  width: -webkit-calc(100% + 30px + 30px);
  width: -moz-calc(100% + 30px + 30px);
  width: calc(100% + 30px + 30px);
  height: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 -30px -30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f8f8fa;
  overflow: hidden;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-list_wrapper {
  width: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  background-color: #ffffff;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-list_wrapper .tab-wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-list_wrapper .tab-wrapper .tab-hedaer_wrapper {
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 18px 30px;
  border-bottom: 2px solid #f1f1f1;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-list_wrapper .tab-wrapper .tab-hedaer_wrapper .tab-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-list_wrapper .tab-wrapper .tab-hedaer_wrapper .tab-header .tab-header_item {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 14px;
  color: #6c757d;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-list_wrapper .tab-wrapper .tab-hedaer_wrapper .tab-header .tab-header_item.active {
  color: #ff793f;
  display: block;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-list_wrapper .tab-wrapper .tab-hedaer_wrapper .tab-header .tab-header_item.active::after {
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -4px;
  border-top: 2px solid #ff793f;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-list_wrapper .tab-wrapper .tab-hedaer_wrapper .tab-header .tab-header_item+.tab-header_item {
  margin-left: 34px;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-list_wrapper .tab-wrapper .tab-hedaer_wrapper .tab-header_other .btn {
  color: #ff793f;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 0;
  margin: 0;
  font-size: 14px;
  background-color: transparent;
  border: none;
  outline: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-list_wrapper .tab-wrapper .tab-hedaer_wrapper .tab-header_other .btn img {
  width: 14px;
  height: 14px;
  margin-right: 4px;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-list_wrapper .tab-wrapper .tab-cotent_wrapper {
  width: 100%;
  height: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 0;
  overflow: hidden;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-list_wrapper .tab-wrapper .tab-cotent_wrapper .tab-cotent {
  width: 100%;
  height: 100%;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-list_wrapper .tab-wrapper .tab-cotent_wrapper .tab-cotent .tab-content_item {
  width: 100%;
  height: 100%;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-list_wrapper .tab-wrapper .tab-cotent_wrapper .tab-cotent .tab-content_item .message-wrapper {
  width: 100%;
  height: auto;
  max-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-list_wrapper .tab-wrapper .tab-cotent_wrapper .tab-cotent .tab-content_item .message-wrapper .message-empty {
  width: 100%;
  height: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ccc;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-list_wrapper .tab-wrapper .tab-cotent_wrapper .tab-cotent .tab-content_item .message-wrapper .message-empty i {
  font-size: 25px;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-list_wrapper .tab-wrapper .tab-cotent_wrapper .tab-cotent .tab-content_item .message-wrapper .message-header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-list_wrapper .tab-wrapper .tab-cotent_wrapper .tab-cotent .tab-content_item .message-wrapper .message-list {
  width: 100%;
  height: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-list_wrapper .tab-wrapper .tab-cotent_wrapper .tab-cotent .tab-content_item .message-wrapper .message-list::-webkit-scrollbar {
  width: 4px;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-list_wrapper .tab-wrapper .tab-cotent_wrapper .tab-cotent .tab-content_item .message-wrapper .message-list::-webkit-scrollbar-thumb {
  opacity: 0.2;
  background: transparent;
  -webkit-box-shadow: 0;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-list_wrapper .tab-wrapper .tab-cotent_wrapper .tab-cotent .tab-content_item .message-wrapper .message-list::-webkit-scrollbar-track {
  border-radius: 0;
  background: none;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-list_wrapper .tab-wrapper .tab-cotent_wrapper .tab-cotent .tab-content_item .message-wrapper .message-list .message-list_item {
  border: 1px solid #f2f2f2;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 14px 35px 10px 30px;
  border-radius: 10px;
  position: relative;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-list_wrapper .tab-wrapper .tab-cotent_wrapper .tab-cotent .tab-content_item .message-wrapper .message-list .message-list_item+.message-list_item {
  margin-top: 10px;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-list_wrapper .tab-wrapper .tab-cotent_wrapper .tab-cotent .tab-content_item .message-wrapper .message-list .message-list_item.haveread .message-list_item-title::before {
  display: none !important;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-list_wrapper .tab-wrapper .tab-cotent_wrapper .tab-cotent .tab-content_item .message-wrapper .message-list .message-list_item.haveread .message-list_item-title .text {
  color: #9e9e9e !important;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-list_wrapper .tab-wrapper .tab-cotent_wrapper .tab-cotent .tab-content_item .message-wrapper .message-list .message-list_item.in-detail::after {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fb6701;
  content: " ";
  display: block;
  position: absolute;
  right: -16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-list_wrapper .tab-wrapper .tab-cotent_wrapper .tab-cotent .tab-content_item .message-wrapper .message-list .message-list_item:hover .message-list_item-action {
  display: block;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-list_wrapper .tab-wrapper .tab-cotent_wrapper .tab-cotent .tab-content_item .message-wrapper .message-list .message-list_item .message-list_item-header {
  width: 100%;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-list_wrapper .tab-wrapper .tab-cotent_wrapper .tab-cotent .tab-content_item .message-wrapper .message-list .message-list_item .message-list_item-header .message-list_item-title {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 80%;
  position: relative;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-list_wrapper .tab-wrapper .tab-cotent_wrapper .tab-cotent .tab-content_item .message-wrapper .message-list .message-list_item .message-list_item-header .message-list_item-title .text {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  display: block;
  color: #fb6701;
  font-size: 16px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-list_wrapper .tab-wrapper .tab-cotent_wrapper .tab-cotent .tab-content_item .message-wrapper .message-list .message-list_item .message-list_item-header .message-list_item-title::before {
  position: absolute;
  left: -16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #fb6701;
  border-radius: 50%;
  z-index: 5;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-list_wrapper .tab-wrapper .tab-cotent_wrapper .tab-cotent .tab-content_item .message-wrapper .message-list .message-list_item .message-list_item-header .message-list_item-describe {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 80%;
  cursor: pointer;
  margin-top: 6px;
  position: relative;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-list_wrapper .tab-wrapper .tab-cotent_wrapper .tab-cotent .tab-content_item .message-wrapper .message-list .message-list_item .message-list_item-header .message-list_item-describe .text {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 20px !important;
  max-width: 100%;
  display: inline-block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #9e9e9e;
  font-size: 14px;
  line-height: 14px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: default;
  pointer-events: none;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-list_wrapper .tab-wrapper .tab-cotent_wrapper .tab-cotent .tab-content_item .message-wrapper .message-list .message-list_item .message-list_item-header .message-list_item-describe .text * {
  margin: 0 !important;
  padding: 0 !important;
  display: unset !important;
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  height: -webkit-max-content !important;
  height: -moz-max-content !important;
  height: max-content !important;
  max-width: 100% !important;
  white-space: normal !important;
  color: #9e9e9e !important;
  font-size: 14px !important;
  line-height: 14px !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  cursor: default;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-list_wrapper .tab-wrapper .tab-cotent_wrapper .tab-cotent .tab-content_item .message-wrapper .message-list .message-list_item .message-list_item-header .message-list_item-describe .text a {
  display: inline-block !important;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-list_wrapper .tab-wrapper .tab-cotent_wrapper .tab-cotent .tab-content_item .message-wrapper .message-list .message-list_item .message-list_item-header .message-list_item-describe .text img {
  display: none !important;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-list_wrapper .tab-wrapper .tab-cotent_wrapper .tab-cotent .tab-content_item .message-wrapper .message-list .message-list_item .message-list_item-header .message-list_item-describe .text p {
  display: inline-block !important;
  height: -webkit-max-content !important;
  height: -moz-max-content !important;
  height: max-content !important;
  line-height: inherit !important;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-list_wrapper .tab-wrapper .tab-cotent_wrapper .tab-cotent .tab-content_item .message-wrapper .message-list .message-list_item .message-list_item-footer {
  margin-top: 16px;
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #9e9e9e;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-list_wrapper .tab-wrapper .tab-cotent_wrapper .tab-cotent .tab-content_item .message-wrapper .message-list .message-list_item .message-list_item-action {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  position: absolute;
  right: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-list_wrapper .tab-wrapper .tab-cotent_wrapper .tab-cotent .tab-content_item .message-wrapper .message-list .message-list_item .message-list_item-action .btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-list_wrapper .tab-wrapper .tab-cotent_wrapper .tab-cotent .tab-content_item .message-wrapper .message-list .message-list_item .message-list_item-action .btns .btn {
  margin: 0;
  padding: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  line-height: 0;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-list_wrapper .tab-wrapper .tab-cotent_wrapper .tab-cotent .tab-content_item .message-wrapper .message-list .message-list_item .message-list_item-action .btns .btn+.btn {
  margin-left: 22px;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-list_wrapper .tab-wrapper .tab-cotent_wrapper .tab-cotent .tab-content_item .message-wrapper .message-pagination {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px;
  margin-top: 20px;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-list_wrapper .tab-wrapper .tab-cotent_wrapper .tab-cotent .tab-content_item.other_records .other_records-header .top-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-list_wrapper .tab-wrapper .tab-cotent_wrapper .tab-cotent .tab-content_item.other_records .other_records-header .top-wrapper .title {
  width: 80%;
  white-space: normal;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-list_wrapper .tab-wrapper .tab-cotent_wrapper .tab-cotent .tab-content_item.other_records .other_records-header .top-wrapper .btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #ff763d;
  color: #ff763d;
  cursor: pointer;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-list_wrapper .tab-wrapper .tab-cotent_wrapper .tab-cotent .tab-content_item.other_records .other_records-header .top-wrapper .btn+.btn {
  margin-left: 20px;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-list_wrapper .tab-wrapper .tab-cotent_wrapper .tab-cotent .tab-content_item.other_records .other_records-header .top-wrapper .btn.btn-send {
  color: #fff;
  background-color: #ff793f;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-list_wrapper .tab-wrapper .tab-cotent_wrapper .tab-cotent .tab-content_item.other_records .other_records-header .bottom-wrapper {
  margin: 25px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 25px;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-list_wrapper .tab-wrapper .tab-cotent_wrapper .tab-cotent .tab-content_item.other_records .other_records-header .bottom-wrapper .message-type-list {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-list_wrapper .tab-wrapper .tab-cotent_wrapper .tab-cotent .tab-content_item.other_records .other_records-header .bottom-wrapper .message-type-list .message-type-item {
  font-size: 14px;
  color: #999;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-list_wrapper .tab-wrapper .tab-cotent_wrapper .tab-cotent .tab-content_item.other_records .other_records-header .bottom-wrapper .message-type-list .message-type-item.active {
  color: #ff793f;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-list_wrapper .tab-wrapper .tab-cotent_wrapper .tab-cotent .tab-content_item.other_records .other_records-header .bottom-wrapper .message-type-list .message-type-item+.message-type-item {
  margin-left: 25px;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-list_wrapper .tab-wrapper .tab-cotent_wrapper .tab-cotent .tab-content_item.other_records .other_records-header .bottom-wrapper .message-type_btns .btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #999;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-detail_wrapper {
  width: 60%;
  height: 100%;
  display: none;
  margin-left: 14px;
  background-color: #ffffff;
  position: relative;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-detail_wrapper .message-detail_mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: none;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-detail_wrapper .message-detail_mask .loading-mask {
  width: 100%;
  height: 100%;
  min-height: 600px;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-detail_wrapper .message-detail_mask .loading-mask .loading-mask_container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 42vh;
  background: rgba(255, 255, 255, 0.8);
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-detail_wrapper .message-detail_mask .loading-mask .loading-mask_container img {
  width: 20px;
  height: 20px;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-detail_wrapper .message-detail_mask .loading-mask .loading-mask_container p {
  margin: 0;
  margin-top: 30px;
  font-size: 16px;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-detail_wrapper .message-detail {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-detail_wrapper .message-detail .message-detail_header {
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 32px 36px 10px;
  border-bottom: 2px solid #f2f2f2;
  position: relative;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-detail_wrapper .message-detail .message-detail_header .close-btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  position: absolute;
  right: 5px;
  top: 0px;
  cursor: pointer;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-detail_wrapper .message-detail .message-detail_header .close-btn i {
  font-size: 16px;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-detail_wrapper .message-detail .message-detail_header .close-btn i:hover {
  color: #fb6701;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-detail_wrapper .message-detail .message-detail_header .top-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-detail_wrapper .message-detail .message-detail_header .top-wrapper .title {
  font-size: 24px;
  color: #333333;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-detail_wrapper .message-detail .message-detail_header .top-wrapper .btns {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-detail_wrapper .message-detail .message-detail_header .top-wrapper .btns .btn {
  padding: 0;
  margin: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  cursor: pointer;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-detail_wrapper .message-detail .message-detail_header .bottom-wrapper {
  width: 100%;
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-detail_wrapper .message-detail .message-detail_header .bottom-wrapper .avatar {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-detail_wrapper .message-detail .message-detail_header .bottom-wrapper .avatar img {
  width: 30px;
  height: 30px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  display: none;
  margin-right: 10px;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-detail_wrapper .message-detail .message-detail_header .bottom-wrapper .nickname {
  font-size: 16px;
  color: #8d8d8d;
  display: none;
  margin-right: 70px;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-detail_wrapper .message-detail .message-detail_header .bottom-wrapper .time {
  font-size: 16px;
  color: #8d8d8d;
  display: none;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-detail_wrapper .message-detail .message-detail_body {
  width: 100%;
  height: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 36px;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-detail_wrapper .message-detail .message-detail_body .message-detail_body-container {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-detail_wrapper .message-detail .message-detail_body .message-detail_body-container::-webkit-scrollbar {
  width: 4px;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-detail_wrapper .message-detail .message-detail_body .message-detail_body-container::-webkit-scrollbar-thumb {
  opacity: 0.2;
  background: transparent;
  -webkit-box-shadow: 0;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-detail_wrapper .message-detail .message-detail_body .message-detail_body-container::-webkit-scrollbar-track {
  border-radius: 0;
  background: none;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-detail_wrapper .message-detail .message-detail_body .message-detail_body-container .message-detail_content {
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-detail_wrapper .message-detail .message-detail_body .message-detail_body-container .message-detail_content pre {
  font-size: 14px;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  white-space: pre-line;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-detail_wrapper .message-detail .message-detail_body .message-detail_body-container .reply_form {
  width: 75%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  max-height: 100%;
  overflow-y: auto;
  display: none;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-detail_wrapper .message-detail .message-detail_body .message-detail_body-container .reply_form::-webkit-scrollbar {
  width: 4px;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-detail_wrapper .message-detail .message-detail_body .message-detail_body-container .reply_form::-webkit-scrollbar-thumb {
  opacity: 0.2;
  background: transparent;
  -webkit-box-shadow: 0;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-detail_wrapper .message-detail .message-detail_body .message-detail_body-container .reply_form::-webkit-scrollbar-track {
  border-radius: 0;
  background: none;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-detail_wrapper .message-detail .message-detail_body .message-detail_body-container .reply_form .form-body {
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-detail_wrapper .message-detail .message-detail_body .message-detail_body-container .reply_form .form-body .form-item {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-detail_wrapper .message-detail .message-detail_body .message-detail_body-container .reply_form .form-body .form-item+.form-item {
  margin-top: 20px;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-detail_wrapper .message-detail .message-detail_body .message-detail_body-container .reply_form .form-body .form-item .form-item_label {
  font-size: 14px;
  color: #333333;
  line-height: 30px;
  width: 70px;
  text-align: right;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-detail_wrapper .message-detail .message-detail_body .message-detail_body-container .reply_form .form-body .form-item .form-item_content {
  margin-left: 20px;
  width: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-detail_wrapper .message-detail .message-detail_body .message-detail_body-container .reply_form .form-body .form-item .form-item_content input,
#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-detail_wrapper .message-detail .message-detail_body .message-detail_body-container .reply_form .form-body .form-item .form-item_content textarea {
  height: 30px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 14px;
  font-size: 14px;
  border: 1px solid #d5d5d5;
  outline: none;
  border-radius: 5px;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-detail_wrapper .message-detail .message-detail_body .message-detail_body-container .reply_form .form-body .form-item .form-item_content textarea {
  height: 186px;
  padding-top: 3px;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-detail_wrapper .message-detail .message-detail_body .message-detail_body-container .reply_form .form-footer {
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 32px;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-detail_wrapper .message-detail .message-detail_body .message-detail_body-container .reply_form .form-footer .btn {
  width: 130px;
  height: 36px;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-detail_wrapper .message-detail .message-detail_body .message-detail_body-container .reply_form .form-footer .btn+.btn {
  margin-left: 40px;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-detail_wrapper .message-detail .message-detail_body .message-detail_body-container .reply_form .form-footer .btn.btn-cancel {
  color: #8a8a8a;
  background-color: #f2f2f2;
}

#shortmessages_mine.c2hvcnRtZXNzYWdlc19taW5l .shortmessages_mine-container .message-detail_wrapper .message-detail .message-detail_body .message-detail_body-container .reply_form .form-footer .btn.btn-submit {
  color: #ffffff;
  background-color: #fa6201;
}