/* *{
  overflow: hidden;
} */

#app {
  background: #ffffff;
  min-height: 100vh;
  margin-top: 56px;
}

.hidden,
.disNone {
  display: none;
}

.bg-no {
  background: none;
}

.border-no,
.border-no:before,
.border-no::after {
  border: none;
}

.width-50 {
  width: 50%;
  margin: 0 auto;
}

.width-60 {
  width: 60%;
  margin: 0 auto;
}

.mg-top-0 {
  margin-top: 0px;
}

.mg-top-10 {
  margin-top: 10px;
}

.mg-top-20 {
  margin-top: 20px;
}

.mg-top-30 {
  margin-top: 30px;
}

.mg-top-40 {
  margin-top: 40px;
}

.mg-top-50 {
  margin-top: 50px;
}

.mg-fl-0 {
  margin-left: 0px;
}

.mg-fl-5 {
  margin-left: 5px;
}

.mg-fl-10 {
  margin-left: 10px;
}

.mg-fr-0 {
  margin-right: 0px;
}

.mg-fr-5 {
  margin-right: 5px;
}

.mg-fr-10 {
  margin-right: 10px;
}

.mg-fr-20 {
  margin-right: 20px;
}

.mg-bot-10 {
  margin-bottom: 10px;
}

.mg-bot-20 {
  margin-bottom: 20px;
}

.clearfix:after,
.clearfix:before,
.clear:after,
.clear:before {
  display: table;
  content: '';
  line-height: 0;
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.f-14 {
  font-size: 14px !important;
}

.f-16 {
  font-size: 18px !important;
}

.f-18 {
  font-size: 18px !important;
}

.f-24 {
  font-size: 24px !important;
}

.f-30 {
  font-size: 30px !important;
}

/* 富文本样式修改 */

.rich-text {
  word-wrap: break-word !important;
  word-break: break-all !important;
}

.rich-text img {
  max-width: 100% !important;
  height: auto !important;
}

.rich-text p {
  background: none !important;
}

.rich-text iframe {
  max-width: 100% !important;
}

.rich-text video {
  max-width: 100% !important;
}

/* 一行显示 */

.one-write {
  width: 100%;
  overflow: hidden;
  /*超出部分隐藏*/
  white-space: nowrap;
  /*不换行*/
  text-overflow: ellipsis;
  /*超出部分文字以...显示*/
  display: block;
}

/* 两行显示 */

.two-write {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}

/* 三行显示 */

.thr-write {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}

/* 隐藏 */

.hide,
.hidden {
  display: none !important;
}

/* 分页样式修改 */

.page-box {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.page-box .btn-prev,
.page-box .btn-next,
.page-box .el-pager li {
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border: 1px solid #e6e6e6;
  padding: 0;
  margin: 0 4px;
  color: #666;
  font-weight: normal;
}

.page-box .el-pagination button:disabled {
  color: #c0c4cc;
}

.page-box .el-pager li.active,
.page-box .el-pager li:hover {
  background: #247eca;
  color: #fff;
  border: 1px solid #247eca;
}

.page-box .el-pager li.active + li {
  border-left: 1px solid #e6e6e6;
}

/* 公用头部 */

.common-title {
  width: 100%;
  text-align: center;
}

.common-title h1 {
  font-size: 30px;
  font-family: Microsoft YaHei;
  color: #333333;
}

.common-title span {
  color: #247eca;
}

.common-title p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  position: relative;
}

.common-title p::after {
  position: absolute;
  width: 50px;
  height: 2px;
  background: #247eca;
  content: '';
  bottom: -20px;
  left: 50%;
  margin-left: -25px;
}

.common-more-button {
  width: 218px;
  height: 68px;
  border: none;
  background: linear-gradient(90deg, #0070bd, #247eca);
  /* box-shadow: 0px 3px 5px 0px rgba(2, 208, 182, 0.35); */
  border-radius: 20px;
  margin: 0px auto;
  font-size: 24px;
  color: #ffffff;
  cursor: pointer;
  display: block;
}

.common-more-button:hover {
  opacity: 0.9;
}

.pc-cascader .el-cascader-panel {
  font-size: 20px;
  font-weight: normal;
}

.pc-cascader .el-cascader-panel .el-scrollbar__view > li {
  height: 48px;
}

.pc-cascader .el-cascader-node.in-active-path,
.pc-cascader .el-cascader-node.is-active {
  color: #fff;
  font-weight: normal;
  background: #247eca;
}

.wap-cascader .el-cascader-panel {
  font-size: 1rem;
  font-weight: normal;
}

.wap-cascader .el-cascader-panel .el-scrollbar__view > li {
  height: 2.4rem;
  line-height: 2.4rem;
}

.wap-cascader .el-cascader-node.in-active-path,
.wap-cascader .el-cascader-node.is-active {
  color: #fff;
  font-weight: normal;
  background: #247eca;
}

/* 手机站标题样式 */

.wap-common-title {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.wap-common-title h1 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  color: #333333;
}

.wap-common-title span {
  color: #247eca;
}

.wap-common-title p {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  position: relative;
}

.wap-common-title p::after {
  position: absolute;
  width: 25px;
  height: 1px;
  background: #247eca;
  content: '';
  bottom: -10px;
  left: 50%;
  margin-left: -12px;
}

.wap-common-more-button {
  width: 110px;
  height: 33px;
  border: none;
  background: linear-gradient(90deg, #0070bd, #247eca);
  /* box-shadow: 0px 3px 5px 0px rgba(2, 208, 182, 0.35); */
  border-radius: 10px;
  margin: 10px auto;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
  display: block;
}

.wap-top-banner img {
  width: 100%;
}

.wap-tab-box {
  width: 90%;
  height: 38px;
  margin: -20px auto 30px;
  display: flex;
  justify-content: space-between;
  background: #fff;
  box-shadow: 0px 2px 5px 0px rgba(204, 204, 204, 0.24);
  border-radius: 10px;
  z-index: 9;
  position: relative;
  overflow: hidden;
}

.wap-tab-item {
  flex: 1;
  text-align: center;
  font-size: 14px;
  height: 38px;
  line-height: 38px;
}

.wap-tab-active {
  background: linear-gradient(0deg, #0070bd, #008bd6);
  color: #fff;
}

.no-data {
  text-align: center;
}
.no-data img {
  width: 60%;
  max-width: 400px;
  margin: 50px auto 20px;
}
.no-data-title {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #999999;
  margin-bottom: 50px;
}
