/** 
··pc端样式
**/

.msg-notification {
  position: fixed;
  width: 240px;
  z-index: 3;
  right: 20px;
  bottom: 10px;
  /* padding: 16px 24px; */
  /* line-height: 1.5715; */
  border-radius: 8px;
  /* background: #fff; */
  /* 
  box-shadow: 0 3px 6px -4px #0000001f, 0 6px 16px #00000014, 0 9px 28px 8px #0000000d;
  border-top: 3px solid #BA8847; */
}
.msg-notification .msg-notification-top {
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #ba8847;
  color: #fff;
  font-weight: bold;
  padding-left: 14px;
}
.msg-notification .msg-notification-close {
  position: absolute;
  top: 14px;
  right: 16px;
  color: #00000073;
  outline: none;
  cursor: pointer;
}
.msg-notification .msg-notification-content {
  background: #fff;
  padding: 16px 24px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.msg-notification .msg-notification-content .msg-notification-content-message {
  margin-bottom: 8px;
  color: #000000d9;
  font-size: 16px;
  line-height: 24px;
  font-weight: 550;
  text-align: center;
}
.msg-notification .msg-notification-content .msg-notification-content-description {
  font-size: 14px;
  text-indent: 28px;
}
.msg-notification .msg-notification-content .msg-notification-content-description a{
  color: #BA8847;
}

/** 
··移动端样式
**/

.mobile-msg-notification {
  position: absolute;
  top: 50px;
  width: 100%;
  background-color: #fefcec;
  height: 36px;
  overflow: hidden;
  font-size: 14px;
  line-height: 36px;
  color: #f76a24;
  padding-left: 15px;
  z-index: 99;
}
.mobile-msg-notification a {
  color: #f76a24;
}
.mobile-msg-notification .mobile-msg-notification-volume {
  margin-right: 2px;
}

.mobile-msg-notification .mobile-msg-notification-hand {
  margin-left: 4px;
}
.mobile-msg-notification .mobile-msg-notification-close {
  position: absolute;
  top: 10px;
  right: 12px;
  outline: none;
  cursor: pointer;
} 
.msg-notification-hide {
  display: none;
}
