@import "../font/iconfont.css";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html {
  overflow-y: auto;
  overflow-x: hidden;
}
body {
  margin-right: calc(100% - 100vw);
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333;
  cursor: pointer;
}
.margin-auto {
  margin: 0 auto;
}
.min-width1200 {
  width: 75pc;
  min-width: 75pc;
}
.center {
  text-align: center;
}
.left {
  float: left;
}
.right {
  float: right;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.clearfix {
  clear: both;
}
.hidden {
  display: none !important;
}
button,
input {
  outline: 0;
}

.font-12 {
  font-size: 12px;
}
.text-999 {
  color: #999;
}

a:hover,
a:link {
  text-decoration: none;
}

/* 星号 */
.star::before {
  display: inline-block;
  margin-right: 0.1rem;
  color: #ff4d4f;
  font-size: 0.14rem;
  font-family: SimSun, sans-serif;
  line-height: 1;
  content: "*";
}
/* 占位符 */
.placeholder::before {
  margin-right: 8px;
  color: #ff4d4f;
  font-size: 0.14rem;
  font-family: SimSun, sans-serif;
  content: "";
  margin-bottom: 0.07rem;
}

#foo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 6;
}
.loading_mask {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.5;
  z-index: 5;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* 分页 */
#pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#pagination span {
  font-size: 14px;
  margin-right: 20px;
}
#pagination select {
  border: 1px solid #d9d9d9;
  outline: none;
  color: #333;
  font-size: 14px;
  padding: 4px 10px;
  margin: 0 3px;
  cursor: pointer;
}
