@font-face {
  font-family: RobotoCondensed;
  src: url("../fonts/Roboto-Regular.ttf");
}
@font-face {
  font-family: Inter;
  src: url("../fonts/inter/Inter-Regular.woff") format("woff");
}
body,
div,
span,
p,
a,
img,
input,
ul,
li,
strong,
del,
i,
em,
ins,
h1,
h2,
h3,
h4 {
  /* margin: 0;
  padding: 0; */
  word-wrap: break-word;
  font-family: Inter;
}
#app {
  mask-size: 32px 16px; /* 设置favicon大小 */
  /* display: inline-block; */
}
a {
  text-decoration: none;
  color: #000;
}
button {
  cursor: pointer;
}
button:focus {
  border: 0 none;
  outline: none;
}
ol {
  padding-left: 30px;
}
li {
  /* list-style: none; */
}
input {
}
input:disabled {
  color: #000 !important;
  opacity: 1;
}
input::-webkit-input-placeholder {
  text-transform: none !important;
  color: #ccc !important;
}
input::-ms-input-placeholder {
  text-transform: none !important;
  color: #ccc !important;
}
textarea:disabled {
  color: #000 !important;
  opacity: 1;
}
textarea {
  resize: none;
}
textarea::-webkit-input-placeholder {
  text-transform: none !important;
  color: #ccc;
}
img {
  border: none;
  vertical-align: middle;
}
i {
  font-style: normal;
}
body {
  font-size: 12px;
  line-height: 1.3;
  height: 100%;
  /* background-color: #eee; */
}
html {
  height: 100%; /*使html的高度为屏幕内容高度，不包括底部搜索栏，100vh会包括底部搜索栏*/
}
.clearfix::after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.w {
  width: 1200px;
  margin: 0 auto;
  /* 版心属性 */
  /* 1.固定的宽度 */
  /* 2.水平居中 */
}
/* 超出2行顯示 */
.line_clamp_2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/* display:none */
.none {
  display: none;
}
.fwb {
  font-weight: bold;
}
.inpurError {
  border-color: #b31f4f !important;
}

/*  */
.messageBox-prompt-test {
  width: 670px !important;
}
.messageBox-prompt-test blockquote {
  display: block !important;
  border-left: 8px solid #d0e5f2 !important;
  padding: 5px 10px !important;
  margin: 10px 0 !important;
  line-height: 1.4 !important;
  font-size: 100% !important;
  background-color: #f1f1f1 !important;
}
.messageBox-prompt-test table {
  border-top: 1px solid #ccc !important;
  border-left: 1px solid #ccc !important;
}
.messageBox-prompt-test table th {
  border-bottom: 2px solid #ccc !important;
  text-align: center !important;
  border-right: 1px solid #ccc !important;
  padding: 3px 5px !important;
}
.messageBox-prompt-test table td {
  border-bottom: 1px solid #ccc !important;
  border-right: 1px solid #ccc !important;
  padding: 3px 5px !important;
}
.el-loading-mask {
  position: fixed !important;
}

.el-message-box {
  width: auto;
  padding: 0px 0 30px 0;
  box-shadow: 0px 0px 15px 5px rgba(77, 76, 76, 0.15);
  border-radius: 10px;
}
.el-message-box .el-message-box__header .el-message-box__title {
  text-align: center;
}
.el-message-box .el-message-box__header .el-message-box__title span {
  font-weight: bold;
  font-size: 18px;
  color: #eb5757;
  margin-top: 10px;
  display: inline-block;
}
.el-message-box
  .el-message-box__header
  .el-message-box__title
  .el-message-box__headerbtn {
  display: none;
}
.el-message-box .el-message-box__content {
  margin-top: 20px;
}
.el-message-box .el-message-box__content .el-message-box__message {
  text-align: center;
  white-space: pre-line;
  padding: 0;
}
.el-message-box .el-message-box__content .el-message-box__message p {
  font-size: 16px;
}
.el-message-box .el-message-box__content .el-message-box__status {
  display: none;
}
.el-message-box
  .el-message-box__content
  .el-message-box__status
  .el-icon-warning::before {
  display: none;
}
.el-message-box .el-message-box__btns {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.el-message-box .el-message-box__btns .el-button {
  color: #eb5757;
  width: 120px;
  border-radius: 20px;
  border: 1px solid #eb5757;
}
.el-message-box .el-message-box__btns .el-button:hover {
  border: 1px solid #eb5757;
}
.el-message-box .el-message-box__btns .el-button--primary {
  background: #eb5757;
  color: #fff;
}
.el-message-box .el-message-box__btns .blue {
  background: #409eff;
  border: 1px solid #409eff;
  color: #fff;
}
.el-message-box .el-message-box__btns .blue:hover {
  border: 1px solid #409eff;
}
