/* @red: #ee0a24;
@blue: #1989fa;
@orange: #ff976a;
@orange-dark: #ed6a0c;
@orange-light: #fffbe8;
@green: #07c160; */
*, *:before, *:after{padding: 0;margin: 0;border: 0;box-sizing: border-box;}
html, body{
  height: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: "SourceHanSansCN", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  font-weight: 400;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
  -webkit-touch-callout: none;
}
body {
  background-color: #f6f6f6;
}
body, a {
  font-size: 0.24rem;
}

@font-face {
  font-family: "iconfont"; /* Project id 4469633 */
  src: url('./font/iconfont.woff2?t=1710583027653') format('woff2'),
       url('./font/iconfont.woff?t=1710583027653') format('woff'),
       url('./font/iconfont.ttf?t=1710583027653') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-loveseat:before {
  content: "\e620";
}

#j_app {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

/**flex**/
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.page-container {
  width: 100%;
  height: 100%;
}
.page-content {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}
.ellip {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
}
.fleft {
  float: left;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
.clearfix {
  zoom: 1;
}

.index-header {
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  background: #1b1818;
  padding: 0 0.35rem;
}
.index-header-title {
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.18rem;
  color: #fff;
  margin-right: 0.42rem;
}
.index-header-menu {
  height: 100%;
  font-size: 0;
}
.index-header-menu-item {
  display: inline-block;
  height: 100%;
  padding: 0 0.22rem;
  line-height: 0.6rem;
  font-size: 0.14rem;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
.index-header-menu-item.active, .index-header-menu-item:hover {
  background: #4A90E2;
  color: #fff;
}
.index-header-user p {
  line-height: 0.2rem;
  font-size: 0.12rem;
  color: #fff;
  text-align: right;
}
.page-content-wrapper {
  height: 100%;
  padding: 0 0.35rem;
}
.page-content-main {
  height: 100%;
}
.page-content-main-item {
  height: 100%;
}
.container-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
.container-mask {
  background-color: #FFFFFF;
}
.container-mask-box-icon {
  width: 200px;
}
.container-mask-box-icon img {
  display: block;
  width: 100%;
}
.container-mask-box-title {
  line-height: 32px;
  font-size: 20px;
  color: #333333;
  text-align: center;
}
.container-mask-box-subTitle {
  line-height: 24px;
  font-size: 14px;
  color: #666666;
  text-align: center;
}
