body {
  font-family: 'Microsoft YaHei,微软雅黑' !important;
}

a {
  text-decoration: none;
}

.button {
  user-select: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

.block-title {
  text-align: center;
  font-size: 3.6rem;
}

.block-sub-title {
  text-align: center;
  margin-top: 3rem;
  font-size: 1.8rem;
  color: #4a4a4a;
}

.foot {
  color: #aeaeae;
  padding-top: 50px;
  padding-bottom: 60px;
  /* background-color: rgba(51, 51, 51, .9); */
  background-color: #2c2c35;
}

.foot-title {
  font-size: 30px;
  color: #cccccc;
  margin-bottom: 10px;
}

.flex-grow {
  flex-grow: 1;
}

.foot-item {
  /* margin-top: 20px; */
  line-height: 32px;
  color: #cccccc;
}

.foot-item > div {
  margin-left: 50px;
}

.foot-item > div:first-child {
  margin-left: 0;
}

.foot-item a:hover {
  color: #ffffff !important;
  transition: all 0.2s ease;
  text-decoration: none !important;
}

footer a,
footer a:active,
footer a:visited {
  color: #aeaeae;
}

footer a:hover {
  color: #ffffff;
}

div a.zixun {
  display: inline-block;
  margin-top: 5px;
  padding: 10px 25px;
  border-radius: 20px;
  transition: all 0.3s ease;
  text-decoration: none;
  color: #ff6600 !important;
  border: 1px solid #ff6600;
}

div a.zixun:hover {
  background-color: #ff6600;
  /* border-color: #ff802b; */
  color: #ffffff !important;
}

.copyright {
  margin-top: 60px;
  color: #808080;
  text-align: center;
}

.foot a {
  color: inherit !important;
}

.foot .row > div {
  margin-top: 30px;
}

.hover-bg {
  display: none;
}

.phone {
  margin-right: 10px;
}

.banner-other-title {
  font-size: 3.3rem;
}

.banner-other-subtitle {
  font-size: 1.6rem;
  margin-top: 2.8rem;
  color: rgba(255, 255, 255, 0.8);
}

.banner-other {
  margin-top: 6rem;
  padding-bottom: 15rem;
}

@font-face {
  font-family: DINCond-Black;
  src: url(/fonts/DINCond-Black.otf);
}

@font-face {
  font-family: FZLTCHJW;
  src: url(/fonts/FZLTCHJW_min.TTF);
}

@font-face {
  font-family: FZLTHK;
  src: url(/fonts/fzlthk_min.ttf);
}

@font-face {
  font-family: Anton-Regular;
  src: url(/fonts/Anton-Regular.ttf);
}

.logo-link {
  display: inline-block;
}

.nav-price div a {
  transition: all 0.3s ease;
}

.nav-price div a:hover {
  color: #ff6600;
}

.register-btn {
  color: #fff;
  padding: 8px 20px;
  border-radius: 20px;
  background: #ff6600;
  transition: all 0.3s ease;
}

.register-btn:hover {
  /* color: #ff6600; */
  background-color: #ff802b;
}

.el-pagination {
  margin-top: 30px;
}

.el-pagination.is-background .el-pager li:not(.disabled).active,
.el-pagination.is-background .el-pager .number:hover {
  color: #ffffff !important;
  background-color: #ff6600 !important;
}

.el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev,
.el-pagination.is-background .el-pager li {
  color: #999999 !important;
  background-color: #ffffff !important;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}

.el-pagination > button,
.el-pager > li {
  padding: 3px !important;
  box-sizing: content-box !important;
}

.el-pagination {
  height: 38px;
}

.el-pager .number {
  font-weight: normal !important;
}

.el-pager.number.active {
  border-width: 0 !important;
}

.el-icon-more:before {
  content: '...' !important;
}

.foot-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.foot-center > div {
  text-align: center;
}

.foot-center:last-child > div {
  text-align: left;
}

.foot-center:last-child > div > div.foot-title {
  font-size: 18px;
  color: #aeaeae;
}

.foot-center > div span {
  display: inline-block;
  margin-top: 10px;
  color: #cccccc;
}

.trail {
  padding: 0 !important;
  height: 280px !important;
}

.mb-logo {
  margin-left: 10px !important;
}

.mb-logo img {
  max-height: 30px !important;
}

body {
  -ms-overflow-style: scrollbar;
}

[v-cloak] {
  display: none;
}

/** 文本输入框的 X  **/
input::-ms-clear {
  display: none;
}

/** 密码输入框的 X  **/
input::-ms-reveal {
  display: none;
}

.line-2 {
  letter-spacing: 0;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  /* font-size: 12px; */
}

.line-4 {
  letter-spacing: 0;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  /* font-size: 12px; */
}

.line-7 {
  letter-spacing: 0;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  /* font-size: 12px; */
}

#user {
  position: relative;
}

#user:hover .user-menu {
  /* opacity: 1; */
  display: block;
}

.user-menu {
  display: none;
  min-width: 150px;
  padding: 10px 0;
  /* position: absolute; */
  border-radius: 4px;
  background: #fff;
}

.user-menu-container {
  top: 0;
  right: 0;
  position: absolute;
  padding-top: calc(100% + 10px);
}

.menu-line {
  height: 1px;
  width: 100%;
  position: absolute;
  background-color: #ccc;
}

.user-menu .menu-item {
  color: #666;
  font-size: 16px;
  cursor: pointer;
  text-align: left;
  white-space: nowrap;
  border: none !important;
  padding: 10px 30px 10px 20px;
}

.menu-item .user-name {
  color: #999;
  font-size: 14px;
}

.user-menu .menu-item:hover {
  color: #fff;
  background-color: #ff6600;
}

.user-menu .menu-item.nohover:hover {
  background: transparent;
  color: #666 !important;
}

[v-cloak] {
  display: none;
}

.avatar {
  max-width: 30px;
}
.first-show .clear {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 12px;
  height: 12px;
  background-color: red;
  background: url(/img/guanbi.png) no-repeat center center;
  background-size: 100% 100%;
  cursor: pointer;
}
