/**
  常用样式
*/
/* 登录框 */
#login_modal {
  width: 330px;
  margin-left: -165px;
}
#login_modal label {
  float: left ;
  width: 50px;
  padding-top: 5px;
  padding-left: 5px;
}
#login_modal form {
  margin: auto;
}
#login_modal .modal-footer {
  padding: 10px;
  text-align: center;
}
/* reset */
body,
ul,
ol,
dl,
dd,
p,
form,
input,
textarea,
select,
h1,
h2,
h3,
h4,
h5,
h6,
td,
th {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-family: 微软雅黑,arial;
}
li {
  list-style: none;
}
img {
  border: none;
  vertical-align: middle;
}
a {
  text-decoration: none;
  outline: none;
}
textarea {
  resize: none;
  overflow: auto;
}
table {
  border-collapse: collapse;
}
.clr {
  zoom: 1;
}
.clr:after {
  clear: both;
  content: '';
  display: block;
}
/* end reset */
#comment_w .media-body p {
  margin: 0;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/***************************** flex *****************************/
.flex {
  display: flex;
}
.flex-space-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-space-around {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-column,
.flex-column-space-between,
.flex-row-center {
  display: flex;
  flex-direction: column;
}
.flex-column-center {
  display: flex;
  align-items: center;
}
.flex-column-space-between {
  justify-content: space-between;
}
.flex-row-center {
  justify-content: center;
}
.flex-column-end {
  display: flex;
  align-items: flex-end;
}
.flex-column-start {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.flex-row-end {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
/****************************** 文字 *****************************/
.fs0 {
  font-size: 0;
}
.fs10 {
  font-size: 10px;
}
.fs11 {
  font-size: 11px;
}
.fs12 {
  font-size: 12px;
}
.fs13 {
  font-size: 13px;
}
.fs14 {
  font-size: 14px;
}
.fs15 {
  font-size: 15px;
}
.fs16 {
  font-size: 16px;
}
.fs17 {
  font-size: 17px;
}
.fs18 {
  font-size: 18px;
}
.fs20 {
  font-size: 20px;
}
.fs21 {
  font-size: 21px;
}
.fs22 {
  font-size: 22px;
}
.fs26 {
  font-size: 26px;
}
.fs28 {
  font-size: 28px;
}
.fc333 {
  color: #333;
}
.fc444 {
  color: #444;
}
.fc666 {
  color: #666; 
}
.fc888 {
  color: #888;
}
.fc999 {
  color: #999;
}
.fcccc {
  color: #ccc;
}
.bold {
  font-weight: bold;
}
.cur-p {
  cursor: pointer;
}
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
ul,
li {
  padding: 0;
  margin: 0;
}
button {
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}
.nowrap {
  white-space: nowrap;
}
.nowrap {
  white-space: nowrap;
}
.margin-auto {
  margin: 0 auto;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.multi-ellipsis {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.row-num2 {
  -webkit-line-clamp: 2;
}
.row-num3 {
  -webkit-line-clamp: 3;
}
.row-num4 {
  -webkit-line-clamp: 4;
}
.toast-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 44%;
  left: 0;
  transform: rotateY(-50%);
  text-align: center;
  background: rgba(0, 0, 0, 0);
  z-index: 100001;
}
.toast-bg span {
  text-align: center;
  display: inline-block;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 7px 15px;
  border-radius: 50px;
  line-height: 14px;
  font-size: 14px;
}
.cg-orange {
  color: #FF730A;
}
