/*这里是产品负责人把控产品外观的主要位置，外观把控手段：通过定义样式类，接着书写文档以让产品专员快速使用。这里应该存在的内容:
1. 添加颜色定义类，分别定义前景及背景，并使用样式类文档让参与者与具体业务外观对应。
2. 覆盖元素的默认样式类：添加与元素同名的样式类，使用!important覆盖元素中的默认样式，以使得界面保持一致外观。
3. 指定默认的自动样式：通过p,a这样的标签选择器，直接定义默认外观。
4. 从样式类库中导入样式，并定义其颜色。接着定义文档，以方便产品专员直接使用。
5. 使用各类样式类编辑器，直接编辑特定的样式类，接着定义文档，以方便产品专员直接使用。
*/
/*主题颜色*/
.hzztcolor {
  background-color: #96775b;
}
.hzztcolor1 {
  color: #96775b;
}
.ysztcolor {
  background-color: #96775b;
}
.ysztcolor1 {
  color: #96775b;
}
/*大面积背景色*/
.bsyanse {
  background-color: #33b485;
}
/*标签样式*/
.hzbqcolor {
  font-size: 12px;
  background-color: #fff;
  margin-bottom: 5px;
  color: #666;
  padding: 2px 9px;
  margin-right: 3px;
  border: 1px solid #ddd;
  display: inline-block;
  border-radius: 1px;
}
.hzancolor {
  float: right;
  white-space: nowrap;
  font-size: 12px;
  background-color: #00ad6d;
  color: #fff;
  border-radius: 4px;
  padding: 2px 4px;
  margin-top: 8px;
}
/*底部绿色按钮*/
.dibuanniu {
  background-color: #96775b;
  border-color: #96775b;
  color: #fff;
}
/*退出登录按钮*/
.tcanniu {
  border: 1px solid #00ad6d;
  color: #00ad6d;
}
/*返回图标样式*/
.hzfh {
  color: #666!important;
  font-size: 26px!important;
}
/*价格颜色*/
.jiage {
  color: #b06320;
}
/*提示警告*/
.noty_theme__mint.noty_type__error {
  /*错误风格提示框*/
  box-shadow: #cfcfcf 1px 1px 30px 1px;
  color: #fff!important;
  /*opacity: 0.3;*/
  background-color: rgba(0, 0, 0, 0.50980392) !important;
  border-bottom: none!important;
  text-align: center;
  border-radius: 5px!important;
}
#noty_layout__topRight {
  top: 30%!important;
  right: 0px!important;
  width: 100%!important;
}
.noty_layout_mixin,
#noty_layout__top,
#noty_layout__topLeft,
#noty_layout__topCenter,
#noty_layout__topRight,
#noty_layout__bottom,
#noty_layout__bottomLeft,
#noty_layout__bottomCenter,
#noty_layout__bottomRight,
#noty_layout__center,
#noty_layout__centerLeft,
#noty_layout__centerRight {
  max-width: 100%!important;
}
.noty_close_button {
  position: absolute;
  top: 50%!important;
  right: 15px!important;
  font-weight: bold;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: rgba(191, 191, 191, 0.05) !important;
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: rgba(191, 191, 191, 0.05) !important;
}
.noty_theme__mint.noty_bar .noty_body {
  padding: 10px;
  font-size: 13px!important;
}
.noty_has_timeout .noty_progressbar {
  background-color: #000000!important;
}
.noty_theme__mint.noty_bar {
  margin: 4px 20px!important;
}
