* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-break: break-word;
  /* break-all; */
}
@font-face {
  font-family: 'LamaSans-SemiBoldCondensed';
  src: url("../css/fonts/LamaSans-SemiBoldCondensed.ttf");
}
@font-face {
  font-family: 'AlibabaPuHuiTi-Regular';
  src: url("../css/fonts/AlibabaPuHuiTi-2-55-Regular.ttf");
}
@font-face {
  font-family: 'AlibabaPuHuiTi-Medium';
  src: url("../css/fonts/AlibabaPuHuiTi-2-65-Medium.ttf");
}
@font-face {
  font-family: 'AlibabaPuHuiTi-Bold';
  src: url("../css/fonts/AlibabaPuHuiTi-2-85-Bold.ttf");
}
@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-Medium';
  src: url("../css/fonts/LamaSans-Medium.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;
  background: #000;
}
.container {
  width: 100%;
  position: relative;
  word-break: break-all;
  font-family: 'AlibabaPuHuiTi-Regular';
  font-weight: normal;
}
.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;
}
.clamp4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.dom-show-none-inline {
  display: none !important;
}
.dom-show-inline {
  display: inline-block !important;
}
.dom-show-none-flex {
  display: none !important;
}
.dom-show-flex {
  display: flex !important;
}
.dom-show-none {
  display: none !important;
}
.dom-show-block {
  display: block !important;
}
.previewImg {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  padding: 5% 10% 10%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3000;
}
.previewImg .close-btn {
  height: 40px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.previewImg .close-btn img {
  width: 40px;
  height: 40px;
}
.previewImg #myPreviewImg {
  width: 80%;
  height: 80%;
  object-fit: scale-down;
}
.imgHover {
  width: 100%;
  overflow: hidden;
}
.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;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pages .el-pagination.is-background .el-pager li {
  width: 36px;
  height: 40px;
  line-height: 40px;
  color: #CCCCCC !important;
  background: transparent !important;
  margin-top: 4px;
  transition: 0.5s;
}
.pages .el-pagination.is-background .el-pager li:hover {
  background-color: #30A847 !important;
  color: #fff !important;
  transition: 0.5s;
}
.pages .el-pagination.is-background .el-pager .active {
  background-color: #30A847 !important;
  color: #fff !important;
  transition: 0.5s;
}
.pages .el-pagination.is-background .el-pager .more:hover {
  background-color: #30A847 !important;
  color: #fff !important;
  transition: 0.5s;
}
.pages .el-pager .number {
  cursor: pointer;
  width: 36px;
  height: 40px;
  line-height: 40px;
  background-color: transparent !important;
  font-weight: 400;
  font-size: 18px;
  color: #CCCCCC !important;
  line-height: 24px;
  border: none !important;
}
.pages .el-pager .number:hover {
  background-color: #30A847 !important;
  color: #fff !important;
  transition: 0.5s;
}
.pages .el-pager .active {
  background-color: #30A847 !important;
  color: #fff !important;
  transition: 0.5s;
}
.pages button {
  cursor: pointer;
  width: 60px;
  height: 46px !important;
  background: #13191E !important;
  border-radius: 4px;
  text-align: center;
  line-height: 46px;
}
.pages button .el-icon {
  color: #30A847;
  font-size: 18px !important;
}
.pages .el-pagination.is-background .btn-prev:disabled {
  background: #13191E !important;
  border: 1px solid transparent;
}
.pages .el-pagination.is-background .btn-prev:disabled .el-icon {
  color: #30A847;
}
.pages .btn-next:disabled {
  border: 1px solid transparent;
  background: #13191E !important;
  border-radius: 2px 2px 2px 2px;
  opacity: 1;
}
.pages .btn-next:disabled .el-icon {
  color: #30A847;
}
.whatsappp-footer {
  position: fixed;
  bottom: 90px;
  right: 12px;
  z-index: 4000;
  width: 60px;
  height: 60px;
  display: block;
}
.whatsappp-footer img {
  width: 100%;
}
.facebook-footer {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 4000;
  width: 60px;
  height: 60px;
  display: block;
}
.facebook-footer img {
  width: 100%;
}
@media only screen and (max-width: 1440px) {
  .pages button {
    width: 45px;
    height: 34px !important;
    line-height: 34px;
  }
  .pages .el-pagination.is-background .el-pager li {
    width: 28px;
    height: 28px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1280px) {
  .whatsappp-footer {
    bottom: 92px;
    width: 60px;
    height: 60px;
  }
  .facebook-footer {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 820px) {
  .pages .el-pager .number {
    font-size: 14px;
  }
  .facebook-footer {
    bottom: 92px;
    right: 20px;
    width: 60px;
    height: 60px;
  }
  .whatsappp-footer {
    right: 10px;
    bottom: 160px;
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 640px) {
  .imgHover img {
    border-radius: 6px;
  }
}
