[v-cloak] {
  display:none;
}
#app {
  overflow:hidden;
}
.containerMargin {
  width:calc(100% - 30%);
  margin:0 auto;
  box-sizing:border-box;
}
.headerWidth{
  width:calc(100% - 8.5%);
  margin:0 auto;
  box-sizing:border-box;
}
.top-spacing {
  margin-top:110px;
}
.top-spacing-en {
  margin-top:110px;
}
.top-space {
  margin-top:110px;
}
.top-space-en {
  margin-top:110px;
}
.el-button--primary, .el-checkbox__input.is-checked .el-checkbox__inner, .el-checkbox__input.is-indeterminate .el-checkbox__inner, .el-radio__input.is-checked .el-radio__inner {
  background-color:#36b8c9;
  border-color:#36b8c9;
}
.el-button--primary:focus, .el-checkbox__input.is-checked .el-checkbox__inner:focus, .el-checkbox__input.is-indeterminate .el-checkbox__inner:focus, .el-radio__input.is-checked .el-radio__inner:focus, .el-button--primary:hover, .el-checkbox__input.is-checked .el-checkbox__inner:hover, .el-checkbox__input.is-indeterminate .el-checkbox__inner:hover, .el-radio__input.is-checked .el-radio__inner:hover {
  background-color:#36b8c9;
  border-color:#36b8c9;
}
.el-checkbox__inner:hover, .el-radio__inner:hover, .el-checkbox__inner:focus, .el-radio__inner:focus {
  border-color:#36b8c9;
}
.el-checkbox__input.is-focus .el-checkbox__inner {
  border-color:#DCDFE6;
}
.el-checkbox__input.is-checked + .el-checkbox__label, .el-radio__input.is-checked + .el-radio__label {
  color:#36b8c9;
}
.frontPageMain .sectionMore .newMoreSub {
  width:120px;
  height:40px;
  cursor:pointer;
  text-align:center;
  line-height:40px;
  position:relative;
  border:1px solid #2eb4c5;
  box-sizing:border-box;
  background-color:rgba(0, 0, 0, 0);
}
.frontPageMain .sectionMore .newMoreSub::before {
  content:"";
  position:absolute;
  top:-1px;
  left:-1px;
  width:50%;
  height:40px;
  background-color:#2eb4c5;
}
.frontPageMain .sectionMore .newMoreSub::after {
  content:"";
  position:absolute;
  top:-1px;
  left:49%;
  width:0;
  height:0;
  border-color:#2eb4c5 transparent transparent transparent;
  border-style:solid;
  border-width:40px 30px 0 0;
}
.frontPageMain .sectionMore .newMoreSub .arrowMore {
  left:20%;
  z-index:99;
  font-size:13px;
  position:absolute;
}
.frontPageMain .sectionMore .newMoreSub .arrowICon {
  left:66%;
  top:50%;
  margin-top:3px;
  transform:translateY(-50%);
  z-index:99;
  font-size:17px;
  position:absolute;
}
.pagation-container {
  text-align:center;
  margin-top:30px;
}
.pagation-container .el-pagination {
  height:28px;
}
.pagation-container .el-pagination .el-pagination__jump {
  margin-left:10px;
}
.pagation-container .el-pagination button:disabled, .pagation-container .el-pager li, .pagation-container .el-pagination button, .pagation-container .el-input__inner {
  background-color:rgba(0, 0, 0, 0);
}
.pagation-container .el-pager li.active, .pagation-container .el-pager li:hover {
  color:#7fd0ff;
}
.tab-common .el-tabs__item {
  font-size:14px;
}
.tab-common .el-tabs__item.is-active, .tab-common .el-tabs__item:hover {
  color:#0fa3b8;
}
.tab-common .el-tabs__active-bar {
  background:linear-gradient(133deg, #6bd5e1 0%, #11a4b8 100%);
}
.business-title-common {
  text-align:center;
}
.business-title-common .business-title-text {
  font-size:24px;
  font-weight:400;
  position:relative;
  padding-bottom:20px;
  color:#333333;
  display:inline-block;
  letter-spacing: 2.4px;
}
.business-title-common .business-title-text::before {
  content:"";
  position:absolute;
  bottom:0;
  left:50%;
  transform:translateX(-50%);
  width:50px;
  height:5px;
  background:linear-gradient(133deg, #6bd5e1 0%, #11a4b8 100%);
  border-radius:3px;
  -webkit-transform:translateX(-50%);
  -moz-transform:translateX(-50%);
  -ms-transform:translateX(-50%);
  -o-transform:translateX(-50%);
}
.none-data {
  background-color:#f5f4f9;
  width:100%;
}
.none-data .none-data-section {
  width:50%;
  margin:0 auto;
  margin-top:40px;
}
.none-data .none-data-img-element {
  width:100%;
  display:block;
}
.none-data .none-data-text {
  font-size:12px;
  text-align:center;
  padding:10px 0;
}
@media only screen and (max-width:767px) {
  .hidden-xs-only {
      display:none !important;
  }
  /* .containerMargin {
      margin:0 10px;
      width:calc(100% - 20px);
  } */
  .business-title-common .business-title-text {
      font-size:20px;
      padding-bottom:14px;
  }
  .business-title-common .business-title-text::before {
      width:30px;
  }
}
@media only screen and (min-width:768px) {
  .hidden-sm-and-up {
      display:none !important;
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  /* .containerMargin {
      margin:0 50px;
      width:calc(100% - 100px);
  } */
  .hidden-sm-only {
      display:none !important;
  }
  .business-title-common .business-title-text {
      font-size:22px;
      padding-bottom:14px;
  }
  .business-title-common .business-title-text::before {
      width:30px;
  }
}
@media only screen and (max-width:991px) {
  .hidden-sm-and-down {
      display:none !important;
  }
  .frontPageMain .sectionMore .newMoreSub {
      width:100px;
      height:36px;
      line-height:36px;
  }
  .frontPageMain .sectionMore .newMoreSub .arrowMore {
      left:20%;
      font-size:12px;
      transform:scale(0.8);
  }
  .frontPageMain .sectionMore .newMoreSub .arrowICon {
      font-size:14px;
  }
  .frontPageMain .sectionMore .newMoreSub::before {
      height:36px;
  }
  .frontPageMain .sectionMore .newMoreSub::after {
      border-width:36px 25px 0 0;
  }
}
@media only screen and (min-width:992px) {
  .hidden-md-and-up {
      display:none !important;
  }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .hidden-md-only {
      display:none !important;
  }
  /* .containerMargin {
      margin:0 40px;
      width:calc(100% - 80px);
  } */
  .business-title-common .business-title-text {
      font-size:24px;
      padding-bottom:14px;
  }
  .business-title-common .business-title-text::before {
      width:30px;
  }
}
@media only screen and (max-width:1199px) {
  .hidden-md-and-down {
      display:none !important;
  }
}
@media only screen and (min-width:1200px) {
  .hidden-lg-and-up {
      display:none !important;
  }
  /* .containerMargin {
      margin:0 100px;
      width:calc(100% - 200px);
  } */
}

@media only screen and (min-width:1200px) and (max-width:1919px) {
  .hidden-lg-only {
      display:none !important;
  }
}
@media only screen and (min-width: 1680px){  
  .frontPageMain .sectionMore .newMoreSub {
      width: 150px;
      height: 56px;
      line-height: 56px;
  }
  .frontPageMain .sectionMore .newMoreSub::before {
    height: 56px;
  }
  .frontPageMain .sectionMore .newMoreSub::after {
    border-width: 56px 30px 0px 0px;
  }
}
@media only screen and (max-width:1919px) {
  .hidden-lg-and-down {
      display:none !important;
  }
}
@media only screen and (min-width:1920px) {
  .hidden-xl-only {
      display:none !important;
  }
}