
body {
  height: 100%;
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB,
    Microsoft YaHei, Arial, sans-serif;
  background-color: #f5f7f6;
}

label {
  font-weight: 700;
}

html {
  height: 100%;
  box-sizing: border-box;
}

#app {
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

.no-padding {
  padding: 0px !important;
}

.padding-content {
  padding: 4px 0;
}

a:focus,
a:active {
  outline: none;
}

a,
a:focus,
a:hover {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

div:focus {
  outline: none;
}






html,
    body,
    #app {
      height: 100%;
      margin: 0px;
      padding: 0px;
      min-width: 1280px;
    }
    .carousel-wapper{
      /* height: 100vh; */
      min-width: 1280px;
      /* height: 48.75vw;
      min-height: 624px; */
      overflow: auto;
    }
    .el-carousel__container {
      /* height: calc(100vw * 0.4875); */
      /* height: 48.75vw; */
      /* height: 56.25vw; */
      height: 48.75vw;
      min-height: 624px;
    }

    .el-carousel__item img {
      width: 100%;
      /* min-width: 1280px; */
      /* height: 100vh; */
    }
    .el-carousel__arrow{
      top: 45%
    }
    .el-carousel__arrow--left{
      left: 4vw;
    }
    .el-carousel__arrow--right{
      right: 4vw;
    }
    .el-icon{
      width: 3em;
      height: 3em;
    }
    .el-icon svg{
      width: 3em;
      height: 3em;
    }
    .el-carousel__button{
      width: 9px;
      height: 9px;
      border-radius: 100%;
      margin: 0 5px;
    }
    .el-carousel__indicators{
      bottom: 45px;
    }
    .nav-bar{
      position: absolute;
      top: 0;
      left: 0;
      /* right: 0; */
      width: 100%;
      min-width: 1280px;
      /* height: 6.25vw; */
      height: 100px;
      z-index: 999999;
      /* background-color: rgba(250, 250, 250, 0.33); */
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 30px 8.6vw 0 11.4vw;
    }
    .nav-logo{
      width: 183px;
    }
    .link-contair{
      display: flex;
      margin-top: -20px;
    }
    .nav-link{
      font-size: 26px;
      color: #164B39;
      text-decoration: none;
      margin-right: 2.5vw;
      position: relative;
    }
    .link-img{
      width: 74px;
    }
    .active-line{
      position: absolute;
      bottom: -10px;
      width: 74px;
      height: 1.4px;
      background: #004D38;
    }


.full-page{
  width: 100%;
  min-width: 1280px;
  height: 100%;
}