* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-break: break-word;
  /* break-all; */
}
@font-face {
  font-family: 'LamaSans-Regular';
  src: url("../css/fonts/LamaSans-Regular.ttf");
}
@font-face {
  font-family: 'LamaSans-Bold';
  src: url("../css/fonts/LamaSans-Bold.ttf");
}
@font-face {
  font-family: 'LamaSans-ExtraBold';
  src: url("../css/fonts/LamaSans-ExtraBold.ttf");
}
@font-face {
  font-family: 'LamaSans-MediumCondensed';
  src: url("../css/fonts/LamaSans-MediumCondensed.ttf");
}
@font-face {
  font-family: 'LamaSans-Medium';
  src: url("../css/fonts/LamaSans-Medium.ttf");
}
@font-face {
  font-family: 'LamaSans-SemiBold';
  src: url("../css/fonts/LamaSans-SemiBold.ttf");
}
@font-face {
  font-family: 'LamaSans-Black';
  src: url("../css/fonts/LamaSans-Black.ttf");
}
@font-face {
  font-family: 'LamaSans-BoldCondensed';
  src: url("../css/fonts/LamaSans-BoldCondensed.ttf");
}
@font-face {
  font-family: 'LamaSans-SemiBoldCondensed';
  src: url("../css/fonts/LamaSans-SemiBoldCondensed.ttf");
}
@font-face {
  font-family: 'LamaSans-Light';
  src: url("../css/fonts/LamaSans-Light.ttf");
}
@font-face {
  font-family: 'pf-Regular';
  src: url("../css/fonts/PingFang\ Regular.ttf");
}
body {
  font-family: 'Microsoft Yahei', 'Helvetica Neue', Helvetica, 'Lucida Grande', Arial, 'Hiragino Sans GB', 'WenQuanYi Micro Hei', STHeiti, SimSun, sans-serif;
}
li,
i,
em {
  list-style: none;
}
a {
  text-decoration: none;
}
html,
body {
  overflow-x: hidden;
  width: 100%;
  color: #333;
  font-size: 14px;
}
.container {
  width: 100%;
  position: relative;
  word-break: break-all;
  font-family: 'LamaSans-Regular';
  font-weight: normal;
  background: #fff;
}
.clamp1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.clamp2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.clamp3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.clamp4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.imgHover {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
}
.imgHover img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.imgHover:hover {
  overflow: hidden;
}
.imgHover:hover img {
  transform: scale(1.05);
  transition: 0.5s;
}
.iconHover .iconImg {
  transform: rotateY(0deg);
  transition: 0.8s;
}
.iconHover:hover .iconImg {
  transform: rotateY(360deg);
  transition: 0.8s;
}
.pages {
  width: 100%;
  text-align: center;
}
.pages .el-pagination.is-background .el-pager li {
  width: 24px;
  height: 24px;
  color: #333333;
  line-height: 24px;
  background: transparent !important;
}
.pages .el-pagination.is-background .el-pager .more:hover {
  color: #005485 !important;
}
.pages .el-pager .number {
  cursor: pointer;
  width: 24px;
  height: 24px;
  line-height: 24px;
  min-width: 24px !important;
  background-color: transparent !important;
  font-size: 14px;
  font-weight: 400;
  color: #333333 !important;
  border: 1px solid transparent;
  border-radius: 50% !important;
}
.pages .el-pager .number:hover {
  background-color: transparent !important;
  border: 1px solid #005485;
  color: #005485 !important;
}
.pages .el-pager .active {
  border: 1px solid #005485;
  background-color: transparent !important;
  color: #005485 !important;
}
.pages button {
  cursor: pointer;
  width: 24px;
  height: 24px;
  background: transparent !important;
  position: relative;
  min-width: 24px !important;
}
.pages button .el-icon {
  color: #005485;
  font-size: 14px;
}
.pages .el-pagination.is-background .btn-prev {
  margin-right: 50px;
}
.pages .el-pagination.is-background .btn-next {
  margin-left: 50px;
}
.pages .el-pagination.is-background .btn-prev::before {
  content: '上一页';
  position: absolute;
  top: 0;
  left: 24px;
  color: #005485;
}
.pages .el-pagination.is-background .btn-next::before {
  content: '下一页';
  position: absolute;
  top: 0;
  right: 24px;
  color: #005485;
}
.pages .el-pagination.is-background .btn-prev:disabled {
  background: transparent !important;
  border: 1px solid transparent;
}
.pages .el-pagination.is-background .btn-prev:disabled .el-icon {
  color: #005485;
}
.pages .btn-next:disabled {
  border: 1px solid transparent;
  background: transparent !important;
  border-radius: 2px 2px 2px 2px;
  opacity: 1;
}
.pages .btn-next:disabled .el-icon {
  color: #005485;
}
.whatsappp-footer {
  position: fixed;
  bottom: 50px;
  right: 10px;
  z-index: 1000;
  width: 60px;
  height: 60px;
  display: block;
}
.whatsappp-footer img {
  width: 100%;
}
@media only screen and (max-width: 820px) {
  .whatsappp-footer {
    right: 5px;
    bottom: 80px;
  }
}
@media only screen and (max-width: 640px) {
  .whatsappp-footer {
    width: 44px;
  }
  .imgHover img {
    border-radius: 6px;
  }
}
@media only screen and (max-width: 520px) {
  .pages .el-pagination.is-background .btn-prev::before {
    font-size: 12px;
  }
  .pages .el-pagination.is-background .btn-next::before {
    font-size: 12px;
  }
  .pages .el-pagination.is-background .el-pager li {
    width: 20px;
    height: 20px;
    line-height: 20px;
    min-width: 20px !important;
    margin-top: 4px;
  }
  .pages button {
    width: 20px;
    height: 20px;
  }
  .imgHover {
    border-radius: 6px;
  }
}
