.rong-list-pin a {
  display: block;
  position: relative;
  padding-left: 35px;
  line-height: 36px;
}
.rong-list-pin a:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}
.rong-list-pin a:hover {
  background-color: #ecf0f6;
  color: #333;
}
.rong-list-pin .rong-selected {
  background-color: #e0e8f2;
}

.rong-list-pin-received:before {
  background-image: url(images/icon.svg);
  background-size: 170px auto;
  background-position: -15px -2270px;
  background-repeat: no-repeat;
}

.rong-list-pin-sent:before {
  background-image: url(images/icon.svg);
  background-size: 170px auto;
  background-position: -53px -2269px;
  background-repeat: no-repeat;
}

.rong-pin-list {
  padding-top: 56px;
  height: 100%;
  overflow: hidden;
}
.rong-pin-list .aitalk-main-content {
  padding-bottom: 28px;
  margin-left: -10px;
}

.rong-pin-item {
  float: left;
  width: 268px;
  margin: 28px 0 0 27px;
  padding: 0;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  background-color: white;
  cursor: pointer;
  box-sizing: content-box;
  overflow: hidden;
}

.rong-pin-item-right {
  margin-right: 0;
}

.rong-pin-item-inner {
  position: relative;
}

.rong-pin-item-hd {
  margin-bottom: 10px;
  height: 36px;
  padding: 15px 15px 0 15px;
}
.rong-pin-item-hd .rong-avatar {
  float: left;
  margin-right: 8px;
}
.rong-pin-item-hd .rong-pin-item-time-box {
  height: 18px;
  line-height: 18px;
}
.rong-pin-item-hd .rong-pin-item-time-box .rong-pin-item-delayed {
  background: url("images/icon.svg?v2") no-repeat -17px -1982px;
  background-size: 155px auto;
  display: inline-block;
  height: 13px;
  width: 13px;
  position: relative;
  top: 9%;
}
.rong-pin-item-hd .rong-pin-item-time-box .rong-pin-item-datetime {
  display: inline-block;
  height: 18px;
  line-height: 18px;
}
.rong-pin-item-hd .rong-pin-item-time-box .rong-pin-attachment {
  height: 18px;
  line-height: 18px;
}

.rong-pin-item-read {
  float: left;
  color: rgb(160, 160, 160);
}

.rong-pin-item-username {
  font-size: 14px;
  height: 18px;
  line-height: 18px;
}
.rong-pin-item-username a:hover {
  color: #333;
}
.rong-pin-item-username a {
  display: inline-block;
  height: 18px;
  max-width: 114px;
  overflow: hidden;
  padding-right: 10px;
  word-break: break-all;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rong-pin-item-datetime {
  color: #777;
  font-size: 12px;
}

.rong-pin-attachment {
  display: inline-block;
  width: 16px;
  height: 18px;
  background: url(images/icon.svg) no-repeat -56px -2120px;
  background-size: 166px auto;
  font-size: 12px;
  padding-left: 18px;
  color: #777;
  margin-left: 8px;
  font-style: normal;
}

.rong-pin-item-bd {
  display: -webkit-box;
  margin-bottom: 10px;
  height: 73px;
  line-height: 1.3;
  padding: 10px 15px 0 15px;
  overflow: hidden;
  word-break: break-all;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  clear: both;
  color: #666;
}
.rong-pin-item-bd a {
  color: #1674fa;
}
.rong-pin-item-bd a:hover {
  text-decoration: underline;
}

.rong-pin-item-ft {
  border-top: none;
  background-color: #f5f5f5;
  text-align: right;
  line-height: 40px;
  font-size: 12px;
  height: 40px;
  padding: 0 15px;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.rong-pin-item-ft a {
  color: #1674fa;
  position: absolute;
  right: 15px;
}

.rong-pin-status {
  position: absolute;
  right: 0;
  top: 0;
  padding: 1px 6px;
  border-radius: 3px;
  line-height: 16px;
  background: #dddfe1;
  font-size: 12px;
  color: #fff;
}

.rong-pin-confirmed {
  background-color: #f56b2f;
}

.rong-pin-detail {
  position: absolute;
  right: 0;
  top: 0;
  width: 290px;
  height: 100%;
   box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
  padding-top: 56px;
  background: #fff;
  z-index: 10;
}
.rong-pin-detail .rong-main-hd {
  padding-left: 0;
  text-align: center;
}
.rong-pin-detail .rong-pin-reply-bd {
  min-height: 44px;
}
.rong-pin-detail .rong-pin-item-bd {
  height: inherit;
  -webkit-line-clamp: inherit;
}
.rong-pin-detail .rong-pin-content {
  min-height: 100%;
  position: relative;
  padding-bottom: 48px;
}
.rong-pin-detail .rong-pin-confirm-btn {
  position: absolute;
  bottom: 15px;
  border-radius: 5px;
  border: 1px solid #e3e3e3;
  color: #1674fa;
  background: white;
  width: 160px;
  height: 38px;
  left: 50%;
  transform: translateX(-50%);
}
.rong-pin-detail .rong-pin-content-confirm {
  padding-bottom: 75px;
}

.rong-pin-detail-bd {
  height: 100%;
  padding: 12px;
  overflow-y: auto;
  overflow-x: hidden;
}

.rong-pin-content {
  width: 265px;
}

.rong-pin-users {
  font-size: 12px;
}

.rong-pin-users-bd .rong-pin-reveived-add {
  width: 100%;
  height: 100%;
  font-size: 0;
  border: none;
  background: #fff url(images/add-user.svg) no-repeat center center;
  background-size: cover;
  cursor: pointer;
}

.rong-pin-detail-received {
  margin-top: 10px;
  background: linear-gradient(90deg, rgba(229, 232, 236, 0.5) 0%, rgba(229, 232, 236, 0) 100%);
  border-radius: 8px;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
}
.rong-pin-detail-received a {
  position: relative;
  display: block;
  color: #333;
  width: 100%;
}
.rong-pin-detail-received a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 16px;
  transition: all 0.5s;
  transform: rotate(135deg);
  width: 6px;
  height: 6px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
}
.rong-pin-detail-received .rong-pin-received-expand:after {
  top: 18px;
  transform: rotate(-45deg);
}

.rong-list-new-pin {
  position: relative;
}

.rong-pin-file-box {
  position: relative;
  width: 36px;
  height: 36px;
  float: left;
  top: 50%;
  transform: translateY(-50%);
}

.rong-list-new-pin em {
  position: absolute;
  min-width: 8px;
  top: 50%;
  height: 8px;
  color: white;
  text-align: center;
  border-radius: 8px;
  background: #f45349;
  z-index: 10;
  transform: translate(50%, -50%);
  right: 22px;
}

.rong-pin-receive-confirm em {
  min-width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 14px;
  padding: 0 4px;
}

.rong-pin-users-hd {
  background: linear-gradient(90deg, rgba(229, 232, 236, 0.5) 0%, rgba(229, 232, 236, 0) 100%);
  border-radius: 8px;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
}
.rong-pin-users-hd a {
  position: relative;
  display: block;
  color: #333;
  width: 100%;
}
.rong-pin-users-hd span {
  color: #999;
}

.rong-pin-users-hd a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 16px;
  transition: all 0.5s;
  transform: rotate(135deg);
  width: 6px;
  height: 6px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
}
.rong-pin-expand .rong-pin-users-hd a:after {
  top: 18px;
  transform: rotate(-45deg);
}

.rong-pin-hd-title {
  color: #333 !important;
  font-weight: 500;
  margin-right: 2px;
  font-size: 14px;
}

.rong-pin-reply-hd {
  background: linear-gradient(90deg, rgba(229, 232, 236, 0.5) 0%, rgba(229, 232, 236, 0) 100%);
  border-radius: 8px;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  margin-top: 10px;
  color: #333;
}

.rong-pin-user {
  margin-top: 10px;
}
.rong-pin-user h3 {
  color: #777;
}

.rong-pin-reply {
  margin-top: 10px;
  border-top: none;
}

.rong-pin-reply-bottom {
  border-top: 1px solid #e3e3e3;
}

.rong-pin-reply-bd {
  margin-top: 10px;
  padding-bottom: 10px;
}
.rong-pin-reply-bd .rong-avatar {
  float: left;
}
.rong-pin-reply-bd p {
  margin-top: 5px;
  word-break: break-all;
  color: #777;
  padding-right: 12px;
}
.rong-pin-reply-bd .rong-pin-reply-content {
  margin-top: 8px !important;
  padding-right: 12px;
  color: #666;
  line-height: 1.5;
  clear: both;
}

.rong-pin-reply-text {
  padding-left: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 36px;
}
.rong-pin-reply-text p {
  margin-top: 0;
}

.rong-pin-reply-form {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 62px;
  left: 0;
  background-color: white;
  z-index: 10;
  padding: 0 16px;
  box-sizing: border-box;
}
.rong-pin-reply-form form {
  position: relative;
  transform: translateY(-50%);
  top: 50%;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.rong-pin-reply-form .rong-pin-reply-box {
  flex: 1;
  height: 41px;
  border-radius: 8px;
  background: #f4f5f7;
  position: relative;
}
.rong-pin-reply-form textarea {
  width: 100%;
  max-height: 300px;
  resize: none;
  line-height: 20px;
  border: none;
  background: transparent;
  position: absolute;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 12px;
  box-sizing: border-box;
  color: #333;
}
.rong-pin-reply-form textarea::placeholder {
  color: #999;
}
.rong-pin-reply-form button {
  width: 64px;
  height: 40px;
  font-size: 14px;
  margin-left: 10px;
  flex-shrink: 0;
  border-radius: 8px;
  background-color: #1674fa;
  color: #fff;
  border: none;
  cursor: pointer;
}
.rong-pin-reply-form button:hover {
  opacity: 0.9;
}
.rong-pin-reply-form button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

.rong-pin-dialog {
  width: 660px;
  padding-bottom: 0;
}
.rong-pin-dialog .rong-group-search-field {
  margin: 10px 15px;
}
.rong-pin-dialog .rong-group-userlist-bd {
  height: 229px;
}
.rong-pin-dialog .rong-pin-content {
  float: left;
  width: 50%;
  overflow: hidden;
  height: 366px;
}
.rong-pin-dialog .rong-pin-content .rong-pin-userlist-tab {
  border-bottom: 1px solid #e3e3e3;
  padding-left: 20px;
  font-size: 0;
}
.rong-pin-dialog .rong-pin-content .rong-pin-userlist-tab a {
  display: inline-block;
  float: none;
  width: auto;
  margin-right: 28px;
  line-height: 42px;
  font-size: 14px;
  font-weight: 600;
  color: #555;
  text-align: left;
  box-sizing: border-box;
}
.rong-pin-dialog .rong-pin-content .rong-pin-userlist-tab a.rong-pin-tab-selected {
  color: #222;
  border-bottom: 3px solid #1674fa;
}
.rong-pin-dialog .rong-pin-content .rong-pin-userlist-tab a:last-child {
  margin-right: 0;
}
.rong-pin-dialog .rong-pin-userlist {
  border-right: 1px solid #e3e3e3;
  position: relative;
}
.rong-pin-dialog .rong-pin-selected-title {
  line-height: 30px;
  margin: 8px 0 0 12px;
  font-weight: 600;
  color: rgb(134, 134, 134);
}
.rong-pin-dialog .rong-pin-selected-border {
  margin: 0 12px 0 12px;
  padding: 0 10px;
  width: auto;
  border-radius: 5px;
  border: 1px solid #e3e3e3;
  height: 34px;
  overflow: auto;
  position: relative;
}
.rong-pin-dialog .rong-pin-selected-border ul {
  float: left;
  height: 100%;
}
.rong-pin-dialog .rong-pin-selected-border ul li {
  float: left;
  border-radius: 8px;
  color: white;
  line-height: 20px;
  font-size: 12px;
  background: #1674FA;
  padding: 0 6px 0 10px;
  margin: 6px 10px 6px 0;
}
.rong-pin-dialog .rong-pin-selected-border ul span {
  line-height: 18px;
  float: right;
  width: 16px;
  text-align: center;
  font-size: 1em;
  cursor: pointer;
}
.rong-pin-dialog .rong-pin-selected-border .hide {
  display: none;
}
.rong-pin-dialog .rong-pin-selected-content-title-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 12px;
  margin-top: 13px;
}
.rong-pin-dialog .rong-pin-selected-content-title {
  margin-top: 0;
}
.rong-pin-dialog .rong-pin-attach-number {
  font-size: 12px;
  color: #54a6ff;
  font-weight: normal;
  margin-left: 5px;
}
.rong-pin-dialog .rong-pin-add-attachment-box {
  position: relative;
  font-size: 12px;
}
.rong-pin-dialog .rong-pin-add-attachment-box .rong-pin-add-attachment {
  position: relative;
  font-size: 12px;
  color: #54a6ff;
  z-index: 0;
}
.rong-pin-dialog .rong-pin-add-attachment-box .rong-pin-add-attachment .rong-pin-add-attachment-logo {
  position: absolute;
  left: -16px;
  width: 14px;
  height: 14px;
  top: 2px;
  padding-right: 20px;
  background-repeat: no-repeat;
  background-image: url("images/icon.svg?v2");
  background-size: 150px auto;
  background-position: -84px -1918px;
}
.rong-pin-dialog .rong-pin-add-attachment-box .rong-pin-add-files {
  position: absolute;
  left: 0;
  top: 0;
  width: 62px;
  opacity: 0;
  font-size: 100px;
  height: 18px;
  cursor: pointer;
  z-index: 10;
}
.rong-pin-dialog .rong-pin-add-attachment-box .rong-pin-attach-disabled {
  cursor: default;
}
.rong-pin-dialog .rong-pin-selected-content-border {
  height: 230px;
  width: calc(100% - 24px);
  position: relative;
  overflow: hidden;
  padding: 0;
}
.rong-pin-dialog .rong-pin-selected-content-border textarea {
  width: 100%;
  border: none;
  height: 100%;
  resize: none;
  outline: none;
  padding: 8px 10px 0 10px;
}
.rong-pin-dialog .rong-pin-buttons {
  height: 116px;
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #e3e3e3;
}
.rong-pin-dialog .rong-pin-buttons .rong-pin-send-box {
  line-height: 32px;
  height: 32px;
  width: 100%;
  margin-top: 13px;
  font-size: 13px;
}
.rong-pin-dialog .rong-pin-buttons .rong-pin-button-box {
  text-align: center;
  margin-top: 25px;
}
.rong-pin-dialog .rong-pin-buttons .rong-pin-button-box button {
  width: 120px;
  height: 38px;
  font-size: 15px;
  border: 1px solid #e3e3e3;
  color: rgb(140, 140, 140);
  border-radius: 8px;
  background-color: white;
}
.rong-pin-dialog .rong-pin-buttons .rong-pin-button-box .rong-pin-button-cancel {
  margin-right: 40px;
}
.rong-pin-dialog .rong-pin-buttons .rong-pin-button-box .rong-pin-button-cancel:hover {
  color: #1674fa;
}
.rong-pin-dialog .rong-pin-buttons .rong-pin-button-box .rong-pin-button-send {
  border-color: #eee;
  background-color: #fff;
  color: #ccc;
  margin-left: 40px;
  cursor: default;
}
.rong-pin-dialog .rong-pin-buttons .rong-pin-button-box .rong-pin-button-send-sel {
  color: #1674fa;
  cursor: pointer;
}

.rong-pin-dialog .rong-pin-add-attach-english input.rong-pin-add-files {
  width: 38px;
}

.rong-pin-send-select {
  float: left;
  position: relative;
  margin-left: 28px;
  display: flex;
  align-items: center;
}
.rong-pin-send-select span {
  float: left;
  margin-right: 8px;
  color: #333;
}
.rong-pin-send-select .rong-pin-select-time-box {
  width: 160px;
}
.rong-pin-send-select .rong-pin-select-type-box {
  width: 120px;
}
.rong-pin-send-select button {
  font-size: 13px;
  position: relative;
  float: left;
  border: none;
  background: #f4f5f7;
  height: 32px;
  border-radius: 6px;
  text-align: left;
  padding-left: 12px;
  color: #666;
}
.rong-pin-send-select button:after {
  right: 12px;
  top: 10px;
  content: "";
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  position: absolute;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
}
.rong-pin-send-select .rong-pin-time-selecting {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: rgb(160, 160, 160);
}
.rong-pin-send-select .rong-pin-sepcific-selecting {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.rong-pin-send-select .rong-pin-select-sepcific-time {
  position: absolute;
  left: 60px;
  width: 320px;
  top: calc(100% + 2px);
  height: 75px;
  border-radius: 6px;
  padding: 0 8px;
  background-color: white;
  border: 1px solid #e3e3e3;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  z-index: 10;
}
.rong-pin-send-select .rong-pin-select-sepcific-time .rong-pin-sepcific-time-content {
  float: left;
  height: 55px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.rong-pin-send-select .rong-pin-select-sepcific-time .rong-pin-sepcific-time-content .rong-pin-specific-year {
  width: 47px;
}
.rong-pin-send-select .rong-pin-select-sepcific-time .rong-pin-sepcific-time-content .rong-pin-specific-t {
  min-width: 40px;
  float: left;
  height: 100%;
  text-align: center;
  border: 1px solid #e3e3e3;
}
.rong-pin-send-select .rong-pin-select-sepcific-time .rong-pin-sepcific-time-content .rong-pin-specific-t p {
  height: 13px;
  line-height: 13px;
  font-size: 13px;
  color: #1674fa;
}
.rong-pin-send-select .rong-pin-select-sepcific-time .rong-pin-sepcific-time-content .rong-pin-specific-t a {
  display: block;
  height: 21px;
  font-size: 17px;
  font-weight: 600;
  line-height: 21px;
  color: rgb(169, 175, 184);
}
.rong-pin-send-select .rong-pin-select-sepcific-time .rong-pin-sepcific-time-content .rong-pin-specific-mark {
  float: left;
  padding: 0 3px;
  height: 55px;
  line-height: 55px;
  color: rgb(128, 128, 128);
}
.rong-pin-send-select .rong-pin-specific-english {
  width: 308px;
}
.rong-pin-send-select ul {
  position: absolute;
  right: 0;
  width: 160px;
  top: 100%;
  border-radius: 6px;
  border: 1px solid #e3e3e3;
  background-color: white;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  z-index: 10;
}
.rong-pin-send-select ul li {
  text-align: left;
  padding-left: 12px;
  font-size: 13px;
  height: 32px;
  line-height: 32px;
}
.rong-pin-send-select ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #666;
}
.rong-pin-send-select ul li:hover {
  background-color: #f4f5f7;
}
.rong-pin-send-select ul.rong-pin-select-type {
  width: 120px;
}

.rong-dialog-attach {
  height: 484px;
  background-color: white;
}
.rong-dialog-attach .rong-pin-attach-title {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 100%;
  height: 40px;
  background-color: rgb(242, 245, 249);
}
.rong-dialog-attach .rong-pin-attach-title h3 {
  height: 100%;
  line-height: 40px;
  margin-left: 22px;
}
.rong-dialog-attach .rong-pin-attach-content {
  height: 384px;
  overflow: auto;
}
.rong-dialog-attach .rong-pin-attach-content .rong-pin-attach-box {
  height: 60px;
  position: relative;
}
.rong-dialog-attach .rong-pin-attach-content .rong-pin-attach-box .rong-pin-attach-upload-progress {
  position: absolute;
  top: 86%;
  left: 0;
  height: 2px;
  background-color: #E3E3E3;
  width: 88%;
  margin-left: 63px;
}
.rong-dialog-attach .rong-pin-attach-content .rong-pin-attach-box .rong-pin-attach-upload-progress span {
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #2689fb;
}
.rong-dialog-attach .rong-pin-attach-content .rong-pin-attach-box .rong-upload-progress-text {
  text-align: center;
  color: rgb(38, 137, 251);
  line-height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rong-dialog-attach .rong-pin-attach-content .rong-pin-attach-box .rong-upload-pin-remove i {
  position: absolute;
  left: -18px;
  top: 50%;
  width: 11px;
  height: 11px;
  margin-top: -6px;
  background-position: -18px -2322px;
}
.rong-dialog-attach .rong-pin-attach-content .rong-pin-attach-box .rong-upload-pin-remove i:hover {
  background-position: -53px -2322px;
}
.rong-dialog-attach .rong-pin-attach-content .rong-pin-attach-box .rong-upload-pin-cancel i {
  position: absolute;
  left: -18px;
  top: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  background-position: -18px -2345px;
}
.rong-dialog-attach .rong-pin-attach-content .rong-pin-attach-box .rong-upload-pin-cancel i:hover {
  background-position: -54px -2345px;
}
.rong-dialog-attach .rong-pin-attach-content .rong-pin-attach-box .rong-pin-file-box {
  margin-left: 18px;
}
.rong-dialog-attach .rong-pin-attach-content .rong-pin-attach-box i {
  background-image: url("images/icon.svg?v2");
  background-repeat: no-repeat;
  background-size: 150px auto;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  background-color: transparent;
  width: 36px;
  height: 36px;
}
.rong-dialog-attach .rong-pin-attach-content .rong-pin-attach-box .rong-pin-attach-doc {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  float: left;
  margin-left: 8px;
}
.rong-dialog-attach .rong-pin-attach-content .rong-pin-attach-box .rong-pin-attach-doc p.rong-pin-doc-title {
  display: -webkit-box;
  font-size: 14px;
  overflow: hidden;
  height: 22px;
  word-break: break-all;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  -webkit-box-orient: verical;
  color: #272950;
}
.rong-dialog-attach .rong-pin-attach-content .rong-pin-attach-box .rong-pin-attach-doc .rong-pin-doc-size {
  font-size: 12px;
  color: rgb(107, 107, 107);
}
.rong-dialog-attach .rong-pin-attach-content .rong-pin-attach-box a {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: #777777;
}
.rong-dialog-attach .rong-pin-attach-content .rong-pin-attach-box .rong-pin-renew {
  right: 102px;
}
.rong-dialog-attach .rong-pin-attach-content .rong-pin-attach-box .rong-pin-renew i {
  position: absolute;
  left: -18px;
  top: 50%;
  width: 8px;
  height: 11px;
  margin-top: -6px;
  background-position: -18px -2369px;
}
.rong-dialog-attach .rong-pin-attach-content .rong-pin-attach-box .rong-pin-renew i:hover {
  background-position: -50px -2369px;
}
.rong-dialog-attach .rong-pin-attach-buttons {
  height: 57px;
  line-height: 57px;
  position: relative;
  text-align: center;
}
.rong-dialog-attach .rong-pin-attach-buttons button {
  width: 123px;
  height: 39px;
  background-color: white;
  border-radius: 5px;
  color: #1674fa;
  border: 1px solid #e3e3e3;
  font-size: 14px;
}
.rong-dialog-attach .rong-pin-attach-buttons div, .rong-dialog-attach .rong-pin-attach-buttons .rong-pin-attach-count {
  position: absolute;
  height: 15px;
  right: 19px;
  top: 50%;
  transform: translateY(-50%);
}
.rong-dialog-attach .rong-pin-attach-buttons div a, .rong-dialog-attach .rong-pin-attach-buttons .rong-pin-attach-count a {
  cursor: default;
  z-index: 0;
  display: block;
  line-height: 15px;
  color: #1674fa;
  height: 100%;
  width: 100%;
  font-size: 14px;
}
.rong-dialog-attach .rong-pin-attach-buttons div .rong-pin-attach-full, .rong-dialog-attach .rong-pin-attach-buttons .rong-pin-attach-count .rong-pin-attach-full {
  color: rgb(198, 198, 198);
}
.rong-dialog-attach .rong-pin-attach-buttons div input[type=file], .rong-dialog-attach .rong-pin-attach-buttons .rong-pin-attach-count input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
  font-size: 100px;
  cursor: pointer;
}
.rong-dialog-attach .rong-pin-attach-buttons div input.rong-pin-attach-disabled[type=file], .rong-dialog-attach .rong-pin-attach-buttons .rong-pin-attach-count input.rong-pin-attach-disabled[type=file] {
  cursor: default;
}
.rong-dialog-attach .rong-pin-attach-buttons .rong-pin-attach-count {
  right: 85px;
  line-height: 1;
  font-size: 14px;
  color: #1674fa;
}
.rong-dialog-attach .rong-pin-attach-buttons .rong-pin-attach-english {
  right: 60px;
}
.rong-dialog-attach .rong-pin-attach-buttons .rong-pin-attach-full {
  color: rgb(198, 198, 198);
}

.rong-pin-item-hasatta {
  margin-bottom: 0;
}

.rong-pin-detail .rong-pin-attach-list {
  margin-top: 3px;
  margin-bottom: 10px;
}
.rong-pin-detail .rong-pin-attach-box {
  height: 52px;
  position: relative;
}
.rong-pin-detail .rong-pin-attach-box i {
  background-image: url("images/icon.svg?v2");
  background-repeat: no-repeat;
  background-size: 150px auto;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  background-color: transparent;
  width: 36px;
  height: 36px;
}
.rong-pin-detail .rong-pin-attach-box .rong-pin-attach-doc {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  float: left;
  margin-left: 8px;
}
.rong-pin-detail .rong-pin-attach-box .rong-pin-attach-doc .rong-pin-doc-title {
  display: -webkit-box;
  height: 21px;
  word-break: break-all;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  max-width: 170px;
  overflow: hidden;
  font-size: 14px;
}
.rong-pin-detail .rong-pin-attach-box .rong-pin-attach-doc .rong-pin-doc-size {
  font-size: 12px;
  color: rgb(148, 148, 148);
}
.rong-pin-detail .rong-pin-attach-box a {
  position: absolute;
  right: 0;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -17px;
  margin-right: 20px;
  display: flex;
  background-image: url(images/download-upload.svg);
  background-repeat: no-repeat;
  background-size: 279px auto;
  background-color: transparent;
  background-position: -28px -207px;
}
.rong-pin-detail .rong-pin-attach-box a:hover {
  cursor: pointer;
}
.rong-pin-detail .rong-pin-attach-box a:hover {
  background-position: -108px -207px;
}
.rong-pin-detail .rong-pin-attach-box a:active {
  background-position: -188px -207px;
}
.rong-pin-detail .rong-pin-attach-box a.rong-pin-download-resume {
  background-position: -28px -147px;
}
.rong-pin-detail .rong-pin-attach-box a.rong-pin-download-resume:hover {
  background-position: -108px -147px;
}
.rong-pin-detail .rong-pin-attach-box a.rong-pin-download-resume:active {
  background-position: -188px -147px;
}
.rong-pin-detail .rong-pin-attach-box a.rong-pin-un-download {
  background-position: -28px -267px;
}
.rong-pin-detail .rong-pin-attach-box a.rong-pin-un-download:hover {
  background-position: -108px -267px;
}
.rong-pin-detail .rong-pin-attach-box a.rong-pin-un-download:active {
  background-position: -188px -267px;
}
.rong-pin-detail .rong-pin-attach-box a.rong-pin-download-ready {
  background-position: -28px -27px;
}
.rong-pin-detail .rong-pin-attach-box a.rong-pin-download-ready:hover {
  background-position: -108px -27px;
}
.rong-pin-detail .rong-pin-attach-box a.rong-pin-download-ready:active {
  background-position: -188px -27px;
}

.rong-pin-attach-progress-bk {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: rgb(223, 231, 243);
}

.rong-pin-attach-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background: rgb(45, 140, 250);
}

.rong-pin-file {
  background-position: -55px -1037px;
}

.rong-pin-file-expired {
  background-position: -57px -2217px;
}

.rong-pin-file-doc, .rong-pin-file-docx, .rong-pin-file-docm, .rong-pin-file-dotx, .rong-pin-file-dotm {
  background-position: -11px -990px;
}

.rong-pin-file-doc-expired, .rong-pin-file-docx-expired, .rong-pin-file-docm-expired, .rong-pin-file-dotx-expired, .rong-pin-file-dotm-expired {
  background-position: -13px -2170px;
}

.rong-pin-file-xls, .rong-pin-file-xlsx, .rong-pin-file-xlsm, .rong-pin-file-xltx, .rong-pin-file-xltm, .rong-pin-file-xlsb, .rong-pin-file-xlam {
  background-position: -99px -990px;
}

.rong-pin-file-xls-expired, .rong-pin-file-xlsx-expired, .rong-pin-file-xlsm-expired, .rong-pin-file-xltx-expired, .rong-pin-file-xltm-expired, .rong-pin-file-xlsb-expired, .rong-pin-file-xlam-expired {
  background-position: -101px -2170px;
}

.rong-pin-file-pptx, .rong-pin-file-pptm, .rong-pin-file-ppsx, .rong-pin-file-ppsx, .rong-pin-file-pptx, .rong-pin-file-potm, .rong-pin-file-ppam, .rong-pin-file-ppt {
  background-position: -99px -1037px;
}

.rong-pin-file-pptx-expired, .rong-pin-file-pptm-expired, .rong-pin-file-ppsx-expired, .rong-pin-file-ppsx-expired, .rong-pin-file-pptx-expired, .rong-pin-file-potm-expired, .rong-pin-file-ppam-expired, .rong-pin-file-ppt-expired {
  background-position: -101px -2217px;
}

.rong-pin-file-pdf {
  background-position: -11px -1037px;
}

.rong-pin-file-pdf-expired {
  background-position: -13px -2217px;
}

.rong-pin-file-mp3, .rong-pin-file-cda, .rong-pin-file-wav, .rong-pin-file-ra, .rong-pin-file-midi {
  background-position: -55px -990px;
}

.rong-pin-file-mp3-expired, .rong-pin-file-cda-expired, .rong-pin-file-wav-expired, .rong-pin-file-ra-expired, .rong-pin-file-midi-expired {
  background-position: -57px -2170px;
}

.rong-pin-file-avi, .rong-pin-file-rmvb, .rong-pin-file-rm, .rong-pin-file-wmv, .rong-pin-file-vcd, .rong-pin-file-svcd, .rong-pin-file-dat, .rong-pin-file-vob, .rong-pin-file-mov, .rong-pin-file-mp4, .rong-pin-file-mkv, .rong-pin-file-asf, .rong-pin-file-flv {
  background-position: -9px -1801px;
}

.rong-pin-file-avi-expired, .rong-pin-file-rmvb-expired, .rong-pin-file-rm-expired, .rong-pin-file-wmv-expired, .rong-pin-file-vcd-expired, .rong-pin-file-svcd-expired, .rong-pin-file-dat-expired, .rong-pin-file-vob-expired, .rong-pin-file-mov-expired, .rong-pin-file-mp4-expired, .rong-pin-file-mkv-expired, .rong-pin-file-asf-expired, .rong-pin-file-flv-expired {
  background-position: -13px -2264px;
}

.rong-pin-file-rar,
.rong-pin-file-zip {
  background-position: -53px -1801px;
}

.rong-pin-file-rar-expired,
.rong-pin-file-zip-expired {
  background-position: -57px -2264px;
}

.rong-pin-receiver-selected-org .rong-group-hd-org {
  border-bottom-color: #1674fa;
  width: 33%;
}
.rong-pin-receiver-selected-org .rong-group-hd-star {
  width: 33%;
}
.rong-pin-receiver-selected-org .rong-group-hd-friend {
  width: 33%;
}

.rong-pin-receiver-selected-star .rong-group-hd-star {
  border-bottom-color: #1674fa;
  width: 33%;
}
.rong-pin-receiver-selected-star .rong-group-hd-org {
  width: 33%;
}
.rong-pin-receiver-selected-star .rong-group-hd-friend {
  width: 33%;
}

.rong-pin-receiver-selected-friend .rong-group-hd-friend {
  border-bottom-color: #1674fa;
  width: 33%;
}
.rong-pin-receiver-selected-friend .rong-group-hd-org {
  width: 33%;
}
.rong-pin-receiver-selected-friend .rong-group-hd-star {
  width: 33%;
}

.rong-pin-received-add .rong-group-selected-bd {
  height: 100%;
}

.rong-pin-detail-shadow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.rong-pin-status-unconfirm {
  background: rgb(255, 96, 0);
  color: white;
}

.rong-nav-pin-comment .rong-message-count {
  right: -5px;
  min-width: 10px;
  width: 10px;
  height: 10px;
}

.rong-pin-reply-count-box {
  position: relative;
}
.rong-pin-reply-count-box .rong-pin-reply-mark {
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #f45349;
  right: -2px;
  top: 5px;
  border-radius: 50%;
}

.rong-empty-pin {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.rong-empty-pin .rong-empty-pin-hd {
  height: 55px;
}
.rong-empty-pin .rong-empty-pin-bd {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  padding-top: 182px;
  background: url(images/empty-pin.png) no-repeat center top;
  text-align: center;
  color: #717579;
}

/*# sourceMappingURL=pin.css.map */
