.j-message {
  position: fixed;
  left: 3px;
  bottom: 3px;
  width: 280px;
  border-radius: 8px;
  background-color: #f5f5f5;
  z-index: 999;
  box-shadow: 0px 2px 4px 0px rgba(40, 120, 255, 0.08), 0px 0px 4px 1px rgba(0, 0, 0, 0.12);
}
.j-message__header {
  height: 48px;
  line-height: 48px;
  padding: 0 16px;
  background: url('/statics/images/page/message/header_bg.png') no-repeat;
  background-size: 100% 100%;
}
.j-message__header span {
  font-size: 16px;
  color: #fff;
}
.j-message__header i {
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  top: 9px;
  right: 9px;
  cursor: pointer;
  background: url('/statics/images/page/message/btn_min.png') no-repeat 100%;
}
.j-message__header i.on {
  background: url('/statics/images/page/message/btn_max.png') no-repeat 100%;
}
.j-message__container .content-box {
  height: 60px;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
.j-message__container .content-box h3 {
  font-size: 14px;
  color: #666;
}

.j-message__container .content-box p {
  font-size: 12px;
  margin-top: 4px;
  color: #999;
}

.j-message__content {
  padding: 10px ;
}
.j-message__content .error-tip {
  font-size: 12px;
  color: #f00;
}
.j-message__content .content-textarea {
  width: 100%;
  height: 80px;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 6px;
  border-radius: 4px;
}
.j-message__content .content-textarea.error {
  border-color: #f00;
}
.j-message__content .content-textarea textarea {
  width: 100%;
  height: 100%;
  border: none;
  font-size: 13px;
  color: #666;
}
.j-message__content .content-input {
  position: relative;
  width: 100%;
  height: 36px;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 0 6px 0 36px;
  border-radius: 4px;
  margin-top: 10px;
}
.j-message__content .content-input.error {
  border-color: #f00;
}
.j-message__content .content-input input {
  width: 100%;
  height: 100%;
  border: none;
  font-size: 13px;
  color: #666;
}
.j-message__content .content-input i {
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-block;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.j-message__content .content-input i.icon1{
  background-image: url('/statics/images/page/message/icon1.png');
}
.j-message__content .content-input i.icon2{
  background-image: url('/statics/images/page/message/icon2.png');
}
.j-message__content .content-input i.icon3{
  background-image: url('/statics/images/page/message/icon3.png');
}
.j-message__content .content-input i.icon4{
  background-image: url('/statics/images/page/message/icon4.png');
}
.j-message__footer {
  margin-top: 20px;
  overflow: hidden;
}
.j-message__btn {
  width: 110px;
  height: 36px;
  line-height: 35px;
  background: #3488EA;
  border-radius: 4px;
  font-size: 15px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  float: left;
}
.j-message__btn:hover{
  opacity: 0.85;
}
.j-message__footer .tip-info {
  font-size: 13px;
  color: #3488EA;
  float: left;
  height: 35px;
  line-height: 35px;
  padding-left: 10px;
  display: none;
}
