[v-cloak] {
  display: none !important;
}
.text-left {
  text-align: left;
}
.flex {
  display: flex;
}
.text-14px {
  font-size: 14px;
}
.w-fit{
    width: fit-content;
}
.max-w-unset{
  max-width: unset;
}
.overflow-hidden {
  overflow: hidden;
}
.block {
  display: block;
}
.b-rd-8 {
  border-radius: 8px;
}
.mt-10px {
  margin-top: 10px;
}
/* Blog */
.blog-img-section {
  width: 800px;
  text-align: center;
}
.blog-category {
  color: #04634d;
  background-color: #f6f6f6;
  border-radius: 60px;
  &:hover {
    color: #0d9;
  }
}
.blog-post-title {
  &:hover {
    color: #0d9;
  }
}
.blog-img {
  /* width: 500px;
  height: 250px; */
}

.blog-info-image {
  width: 100%;
  height: 450px;
  transition: all 0.3s ease-in;
  object-fit: cover;
}
.blog-info-image:hover {
  transform: scale(1.06);
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 1s;
}
.fade-enter, .fade-leave-to  {
  opacity: 0;
}
.select2-container{
  width: 100%!important;
}
.select2-selection{
  height: 100%!important;
  width: 100%!important;
}
.select2-selection--single{
  border-radius: 8px!important;
  background-color: #ffffff1a!important;
  color: #fff!important;
}
.select2-selection__clear,.select2-selection__rendered{
  line-height: 57px!important;
  height: 57px!important;
  color: #fff!important;
  padding-left: 24px!important;
  padding-right: 24px!important;
}
.select2-selection__arrow{
  height: 57px!important;
}
.select2-results__options{
  -webkit-text-fill-color: unset!important;
  background-color: unset!important;
}
.select2-results__option{
  color: #333!important;
}
.select2-results__option:hover{
  background-color: #2d72d2!important;
  color: #fff!important;
}
.select2-results__option--selectable{
  background-color: #ffffff1a!important;
}
.select2-results__option--selected{
  background-color: #2d72d2!important;
  color: #fff!important;
}
.glass-select > option{
  color: #333;
}
.glass-select-2 > option{
  color: #333;
}
/* Blog */
.el-pagination .el-pager  .active{
  color: #0d9;
  background-color: unset;
}
.el-pagination .el-pager .number:hover{
  color: #0d9;
}
.el-pagination ul{
  -webkit-text-fill-color: unset;
}
.object-contain{
  object-fit: contain;
}
.line-clamp-1{
  /* 单行省略 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.w-richtext{
  img {
    object-fit: contain;
  }
}
.success-message-green{
  color: #0d9;
}
.text-center{
  text-align: center;
}
.font-24px{
  font-size: 24px!important;
}
.cursor-pointer{
  cursor: pointer;
}
.lh-20px{
  line-height: 20px;
}
.mb-20{
  margin-bottom: 20px;
}
.transition-all{
  transition: all 0.3s ease;
}
.mt-60px{
  margin-top: 60px;
}
.w-half{
  width: 50%;
}
.catalogs-grid-wrap{
  flex-flow: column;
  align-items: center;
  display: flex;
}
.catalogs-img{
  width: 360px; height: 260px; object-fit: cover;
  transition: all 0.3s ease-in;
}
.catalogs-img:hover{
  transform: scale(1.06);
}
.catalogs-name {
  text-align: left;
  margin-bottom: 5px;
  font-size: 26px;
  transition: color .3s;
}
.catalogs-name:hover{
  color: #0d9;
}
.catalogs-text{
  margin-top: 20px;
  text-align: left;
  width: 100%;
}
.el-select{
  width: 100%;
  height: 56px!important;
  padding: unset;
  border-radius: 8px;
  border: 1px solid #78ab9f;
}
.el-select .el-input input{
  height: 54px!important;
  background: #1e735f;
  border: none;
  border-radius: 8px;
  padding: 14px 24px;
  &::placeholder{
    color: #fff;
    font-size: 16px;
  }
}
.el-select-dropdown__item{
  -webkit-text-fill-color: #2d72d2!important;
}
 @media screen and (max-width: 479px) {
    .w-half {
       width: 100%;
    }
}
