/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 625%;
  background: #fff;
}

body {
  line-height: 1.5;
  font-size: 0;
}

h1, h2, h3 {
  padding: 0;
  margin: 0;
}

ul {
  list-style: none;
}

a {
  color: #333;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}
a:hover {
  color: #008d43;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}
a:active {
  color: #008d43;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}
a:visited {
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

.title {
  font-size: .24rem;
}

.sub-title {
  font-size: .16rem;
}

@-webkit-keyframes upin {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.025);
    transform: scale(1.025);
  }
}
@keyframes upin {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.025);
    transform: scale(1.025);
  }
}
@media (max-width: 767px) {
  .pc-header {
    display: none;
  }

  .header {
    width: 100%;
  }
  .header .navbar {
    margin-bottom: 0;
  }
  .header .navbar .navbar-header .logo-mobile img {
    height: .36rem;
    margin: .08rem .15rem;
  }
  .header .navbar .nav li a {
    font-size: .16rem;
    padding-left: .1rem;
    padding-right: .1rem;
  }
  .header .navbar .dropdown {
    padding: 0 .4rem;
  }
  .header .navbar .dropdown li {
    height: .4rem;
    line-height: .4rem;
  }
  .header .navbar .dropdown li a {
    color: #999;
  }

  .main .banner {
    height: 1rem;
    overflow: hidden;
    position: relative;
  }
  .main .banner img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    -webkit-animation: upin 4s ease forwards;
    animation: upin 4s ease forwards;
  }
  .main .aside {
    width: 100%;
    margin-bottom: .06rem;
    float: left;
  }
  .main .aside .title {
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #a59079 url("../images/icon-bg.png") no-repeat center right;
    color: #fff;
    padding: .2rem;
  }
  .main .aside .title .en {
    font-size: .36rem;
    line-height: .36rem;
    text-transform: uppercase;
  }
  .main .aside .title .cn {
    font-size: .24rem;
  }
  .main .aside nav ul {
    width: 100%;
    white-space: nowrap;
    overflow-x: scroll;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
  }
  .main .aside nav li {
    float: left;
    border-bottom: .01rem solid #efefef;
  }
  .main .aside nav a {
    padding: 0 .12rem;
    display: block;
    font-size: .18rem;
    line-height: .48rem;
    background: #fff;
    text-align: center;
    color: #666;
    position: relative;
  }
  .main .aside nav a:before {
    content: '';
    display: none;
    width: .04rem;
    height: .24rem;
    position: absolute;
    top: 50%;
    left: .24rem;
    margin-top: -.12rem;
    background: #008d43;
  }
  .main .aside nav a.active {
    color: #fff;
    background: #008d43;
  }
  .main .aside nav a.active:before {
    content: '';
    background: #fff;
  }
  .main .content .pagination {
    display: block;
    float: right;
    text-align: right;
  }
  .main .content .pagination a {
    display: inline-block;
    border: .01rem solid #ddd;
    color: #333;
    height: .3rem;
    line-height: .3rem;
    padding: 0 .07rem;
    min-width: .3rem;
    text-align: center;
    font-size: .14rem;
    text-decoration: none;
  }
  .main .content .pagination a.active, .main .content .pagination a:hover {
    border: .01rem solid #008d43;
    color: #fff;
    background: #008d43;
  }
  .main .content .pagination a:nth-of-type(1) {
    margin-right: .1rem;
  }
  .main .content .pagination a:nth-last-of-type(1) {
    margin-left: .1rem;
  }

  .footer {
    width: 100%;
    background: #393939;
  }
  .footer .container {
    padding: .24rem .12rem;
  }
  .footer .title {
    color: #fff;
    padding-bottom: .32rem;
    margin-bottom: .12rem;
    font-size: .24rem;
    position: relative;
  }
  .footer .title:before {
    content: '';
    width: .48rem;
    height: .03rem;
    display: block;
    background: #999;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .footer .sub-title {
    color: #999;
    font-size: .18rem;
  }
  .footer .contact-info {
    width: 100%;
    float: left;
    color: #999;
    font-size: .18rem;
    line-height: 2;
  }
  .footer .qrcode {
    width: 100%;
  }
  .footer .qrcode .img-wrap {
    float: left;
    margin-right: 6%;
  }
  .footer .qrcode .img-wrap img {
    display: block;
  }
  .footer .qrcode .img-wrap span {
    font-size: .14rem;
    display: block;
    color: #999;
    line-height: 2;
    text-align: center;
  }

  .copyright {
    text-align: center;
    line-height: 1;
    padding: .24rem;
    font-size: .16rem;
  }
  .copyright a {
    padding: 0 .12rem;
  }

  .container {
    width: 100%;
    margin: .12rem 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 .24rem;
  }

  .mobile-header {
    display: none;
  }

  .header {
    width: 100%;
  }
  .header .logo {
    float: left;
    margin-top: .25rem;
    margin-right: .25rem;
  }
  .header .nav {
    margin-right: .4rem;
    float: left;
  }
  .header .nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .header .nav ul li {
    float: left;
    text-align: center;
    position: relative;
  }
  .header .nav ul li ul {
    display: block;
    position: absolute;
    top: 1rem;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  .header .nav ul li ul li {
    width: 100%;
    overflow: hidden;
    height: 0;
    -webkit-transition: height 200ms ease-in;
    -o-transition: height 200ms ease-in;
    transition: height 200ms ease-in;
  }
  .header .nav ul li ul li a {
    overflow: hidden;
    height: .64rem;
    line-height: .64rem;
    font-size: .18rem;
    border: none;
    color: #fff;
    padding: 0;
    font-weight: normal;
    width: 100%;
    margin: 0;
    background: rgba(0, 141, 67, 0.8);
  }
  .header .nav ul li ul li a:hover {
    background: #fff;
    color: #008d43;
    border-bottom: none;
  }
  .header .nav ul li a {
    float: left;
    display: inline-block;
    height: 1rem;
    line-height: 1rem;
    color: #333;
    font-size: .2rem;
    padding: 0 .12rem;
    font-weight: bold;
    text-decoration: none;
  }
  .header .nav ul li a:hover {
    color: #008d43;
    border-bottom: .02rem solid #008d43;
    text-decoration: none;
  }
  .header .nav ul li a:active {
    text-decoration: none;
  }
  .header .nav ul li:hover ul {
    display: block;
  }
  .header .nav ul li:hover ul li {
    height: .64rem;
  }
  .header .nav ul .active > a {
    color: #008d43;
    border-bottom: .02rem solid #008d43;
  }
  .header .search-warp {
    display: none;
    height: 1rem;
    vertical-align: middle;
  }
  .header .search {
    width: 1.56rem;
    height: .28rem;
    border-radius: .2rem;
    overflow: hidden;
    border: .01rem solid #999;
  }
  .header .search .form-control {
    width: 1.22rem;
    height: .28rem;
    border-radius: 0;
    border: none;
    float: left;
  }
  .header .search .icon-search {
    width: .20rem;
    height: .20rem;
    margin-top: .02rem;
    float: left;
    display: inline-block;
    background: #fff url("../images/icon-search.png") no-repeat center center;
    cursor: pointer;
    background-size: 100% auto;
  }

  .main .banner {
    height: 1.6rem;
    overflow: hidden;
    position: relative;
    margin-bottom: .24rem;
  }
  .main .banner img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    -webkit-animation: upin 4s ease forwards;
    animation: upin 4s ease forwards;
  }
  .main .aside {
    width: 25%;
    margin-bottom: .32rem;
    float: left;
  }
  .main .aside .title {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #a59079 url("../images/icon-bg.png") no-repeat center right;
    color: #fff;
    padding: .2rem;
  }
  .main .aside .title .en {
    font-size: .24rem;
    line-height: .24rem;
    text-transform: uppercase;
  }
  .main .aside .title .cn {
    font-size: .24rem;
  }
  .main .aside nav li {
    border-bottom: .01rem solid #efefef;
  }
  .main .aside nav a {
    display: block;
    font-size: .18rem;
    line-height: .88rem;
    background: #fff;
    text-align: center;
    color: #666;
    position: relative;
  }
  .main .aside nav a:before {
    content: '';
    width: .04rem;
    height: .24rem;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: .24rem;
    margin-top: -.12rem;
    background: #008d43;
  }
  .main .aside nav a.active {
    color: #fff;
    background: #008d43;
  }
  .main .aside nav a.active:before {
    content: '';
    background: #fff;
  }
  .main .content .pagination {
    display: block;
    float: right;
    text-align: right;
  }
  .main .content .pagination a {
    display: inline-block;
    border: .01rem solid #ddd;
    color: #333;
    height: .3rem;
    line-height: .3rem;
    padding: 0 .07rem;
    min-width: .3rem;
    text-align: center;
    font-size: .14rem;
    text-decoration: none;
  }
  .main .content .pagination a.active, .main .content .pagination a:hover {
    border: .01rem solid #008d43;
    color: #fff;
    background: #008d43;
  }
  .main .content .pagination a:nth-of-type(1) {
    margin-right: .1rem;
  }
  .main .content .pagination a:nth-last-of-type(1) {
    margin-left: .1rem;
  }

  .footer {
    width: 100%;
    background: #393939;
  }
  .footer .container {
    padding: .48rem .24rem;
  }
  .footer .title {
    color: #fff;
    padding-bottom: .32rem;
    margin-bottom: .12rem;
    font-size: .24rem;
    position: relative;
  }
  .footer .title:before {
    content: '';
    width: .48rem;
    height: .03rem;
    display: block;
    background: #999;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .footer .sub-title {
    color: #999;
    font-size: .18rem;
  }
  .footer .contact-info {
    width: 60%;
    float: left;
    color: #999;
    font-size: .18rem;
    line-height: 2;
  }
  .footer .qrcode {
    width: 40%;
    float: right;
  }
  .footer .qrcode .img-wrap {
    float: right;
    margin-left: 6%;
  }
  .footer .qrcode .img-wrap img {
    display: block;
  }
  .footer .qrcode .img-wrap span {
    display: block;
    color: #999;
    line-height: 2;
    text-align: center;
  }

  .copyright {
    text-align: center;
    line-height: 1;
    padding: .24rem;
    font-size: .16rem;
  }
  .copyright a {
    padding: 0 .12rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 .24rem;
  }

  .mobile-header {
    display: none;
  }

  .header {
    width: 100%;
  }
  .header .logo {
    float: left;
    margin-top: .25rem;
  }
  .header .nav {
    margin: 0 .4rem;
    float: left;
  }
  .header .nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .header .nav ul li {
    float: left;
    text-align: center;
    position: relative;
  }
  .header .nav ul li ul {
    display: block;
    position: absolute;
    top: 1rem;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  .header .nav ul li ul li {
    width: 100%;
    overflow: hidden;
    height: 0;
    -webkit-transition: height 200ms ease-in;
    -o-transition: height 200ms ease-in;
    transition: height 200ms ease-in;
  }
  .header .nav ul li ul li a {
    overflow: hidden;
    height: .64rem;
    line-height: .64rem;
    font-size: .18rem;
    border: none;
    color: #fff;
    padding: 0;
    font-weight: normal;
    width: 100%;
    margin: 0;
    background: rgba(0, 141, 67, 0.8);
  }
  .header .nav ul li ul li a:hover {
    background: #fff;
    color: #008d43;
    border-bottom: none;
  }
  .header .nav ul li a {
    float: left;
    display: inline-block;
    height: 1rem;
    line-height: 1rem;
    color: #333;
    font-size: .2rem;
    padding: 0 .12rem;
    font-weight: bold;
    text-decoration: none;
  }
  .header .nav ul li a:hover {
    color: #008d43;
    border-bottom: .02rem solid #008d43;
    text-decoration: none;
  }
  .header .nav ul li a:active {
    text-decoration: none;
  }
  .header .nav ul li:hover ul {
    display: block;
  }
  .header .nav ul li:hover ul li {
    height: .64rem;
  }
  .header .nav ul .active > a {
    color: #008d43;
    border-bottom: .02rem solid #008d43;
  }
  .header .search-warp {
    height: 1rem;
    display: none;
    vertical-align: middle;
  }
  .header .search {
    width: 1.56rem;
    height: .28rem;
    border-radius: .2rem;
    overflow: hidden;
    border: .01rem solid #999;
  }
  .header .search .form-control {
    width: 1.22rem;
    height: .28rem;
    border-radius: 0;
    border: none;
    float: left;
  }
  .header .search .icon-search {
    width: .20rem;
    height: .20rem;
    margin-top: .02rem;
    float: left;
    display: inline-block;
    background: #fff url("../images/icon-search.png") no-repeat center center;
    cursor: pointer;
    background-size: 100% auto;
  }

  .main .banner {
    height: 1.8rem;
    overflow: hidden;
    position: relative;
    margin-bottom: .24rem;
  }
  .main .banner img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    -webkit-animation: upin 4s ease forwards;
    animation: upin 4s ease forwards;
  }
  .main .aside {
    width: 25%;
    margin-bottom: .32rem;
    float: left;
  }
  .main .aside .title {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #a59079 url("../images/icon-bg.png") no-repeat center right;
    color: #fff;
    padding: .2rem;
  }
  .main .aside .title .en {
    font-size: .36rem;
    line-height: .36rem;
    text-transform: uppercase;
  }
  .main .aside .title .cn {
    font-size: .24rem;
  }
  .main .aside nav li {
    border-bottom: .01rem solid #efefef;
  }
  .main .aside nav a {
    display: block;
    font-size: .18rem;
    line-height: .88rem;
    background: #fff;
    text-align: center;
    color: #666;
    position: relative;
  }
  .main .aside nav a:before {
    content: '';
    width: .04rem;
    height: .24rem;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: .24rem;
    margin-top: -.12rem;
    background: #008d43;
  }
  .main .aside nav a.active {
    color: #fff;
    background: #008d43;
  }
  .main .aside nav a.active:before {
    content: '';
    background: #fff;
  }
  .main .content .pagination {
    display: block;
    float: right;
    text-align: right;
  }
  .main .content .pagination a {
    display: inline-block;
    border: .01rem solid #ddd;
    color: #333;
    height: .3rem;
    line-height: .3rem;
    padding: 0 .07rem;
    min-width: .3rem;
    text-align: center;
    font-size: .14rem;
    text-decoration: none;
  }
  .main .content .pagination a.active, .main .content .pagination a:hover {
    border: .01rem solid #008d43;
    color: #fff;
    background: #008d43;
  }
  .main .content .pagination a:nth-of-type(1) {
    margin-right: .1rem;
  }
  .main .content .pagination a:nth-last-of-type(1) {
    margin-left: .1rem;
  }

  .footer {
    width: 100%;
    background: #393939;
  }
  .footer .container {
    padding: .48rem .24rem;
  }
  .footer .title {
    color: #fff;
    padding-bottom: .32rem;
    margin-bottom: .12rem;
    font-size: .24rem;
    position: relative;
  }
  .footer .title:before {
    content: '';
    width: .48rem;
    height: .03rem;
    display: block;
    background: #999;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .footer .sub-title {
    color: #999;
    font-size: .18rem;
  }
  .footer .contact-info {
    width: 60%;
    float: left;
    color: #999;
    font-size: .18rem;
    line-height: 2;
  }
  .footer .qrcode {
    width: 40%;
    float: right;
  }
  .footer .qrcode .img-wrap {
    float: right;
    margin-left: 6%;
  }
  .footer .qrcode .img-wrap img {
    display: block;
  }
  .footer .qrcode .img-wrap span {
    display: block;
    color: #999;
    line-height: 2;
    text-align: center;
  }

  .copyright {
    text-align: center;
    line-height: 1;
    padding: .24rem;
    font-size: .16rem;
  }
  .copyright a {
    padding: 0 .12rem;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 12rem;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
  }

  .mobile-header {
    display: none;
  }

  /*  .header {
      width: 100%;
      .logo {
        float: left;
        margin-top: .25rem;
      }
      .nav {
        margin: 0 .4rem;
        float: left;
        ul {
          list-style: none;
          margin: 0;
          padding: 0;
          li {
            float: left;
            text-align: center;
            position: relative;
            ul {
              display: block;
              position: absolute;
              top: 1rem;
              left: 0;
              width: 100%;
              z-index: 100;
              li {
                width: 100%;
                overflow: hidden;
                height: 0;
                -webkit-transition: height 200ms ease-in;
                -o-transition: height 200ms ease-in;
                transition: height 200ms ease-in;
                a {
                  overflow: hidden;
                  height: .64rem;
                  line-height: .64rem;
                  font-size: .18rem;
                  border: none;
                  color: #fff;
                  padding: 0;
                  font-weight: normal;
                  width: 100%;
                  margin: 0;
                  background: rgba(0, 141, 67, .8);
                  &:hover {
                    background: #fff;
                    color: #008d43;
                    border-bottom: none;
                  }
                }
              }
            }
            a {
              float: left;
              display: inline-block;
              height: 1rem;
              line-height: 1rem;
              color: #333;
              font-size: .2rem;
              padding: 0 .12rem;
              font-weight: bold;
              text-decoration: none;
              &:hover {
                color: #008d43;
                border-bottom: .02rem solid #008d43;
                text-decoration: none;
              }
              &:active {
                text-decoration: none;
              }
            }
          }
          li {
            &:hover {
              ul {
                display: block;
                li {
                  height: .64rem;
                }
              }
            }
          }

          .active {
            >a {
              color: #008d43;
              border-bottom: .02rem solid #008d43;
            }
          }
        }
      }
      .search-warp {
        height: 1rem;
        display: table-cell;
        vertical-align: middle;
      }
      .search {
        width: 1.56rem;
        height: .28rem;
        border-radius: .2rem;
        overflow: hidden;
        border: .01rem solid #999;
        .form-control {
          width: 1.22rem;
          height: .28rem;
          border-radius: 0;
          border: none;
          float: left;
        }
        .icon-search {
          width: .20rem;
          height: .20rem;
          margin-top: .02rem;
          float: left;
          display: inline-block;
          background: #fff url("../images/icon-search.png") no-repeat center center;
          cursor: pointer;
          background-size: 100% auto;
        }
      }
    }*/
  .main .banner {
    height: 3.6rem;
    overflow: hidden;
    position: relative;
    margin-bottom: .24rem;
  }
  .main .banner img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    -webkit-animation: upin 4s ease forwards;
    animation: upin 4s ease forwards;
  }
  .main .aside {
    width: 3rem;
    margin-bottom: .32rem;
    float: left;
  }
  .main .aside .title {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #a59079 url("../images/icon-bg.png") no-repeat center right;
    color: #fff;
    padding: .2rem;
  }
  .main .aside .title .en {
    font-size: .36rem;
    line-height: .36rem;
    text-transform: uppercase;
  }
  .main .aside .title .cn {
    font-size: .24rem;
  }
  .main .aside nav li {
    border-bottom: .01rem solid #efefef;
  }
  .main .aside nav a {
    display: block;
    font-size: .18rem;
    line-height: .88rem;
    background: #fff;
    text-align: center;
    color: #666;
    position: relative;
  }
  .main .aside nav a:before {
    content: '';
    width: .04rem;
    height: .24rem;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: .24rem;
    margin-top: -.12rem;
    background: #008d43;
  }
  .main .aside nav a.active {
    color: #fff;
    background: #008d43;
  }
  .main .aside nav a.active:before {
    content: '';
    background: #fff;
  }
  .main .content .pagination {
    display: block;
    float: right;
    text-align: right;
  }
  .main .content .pagination a {
    display: inline-block;
    border: .01rem solid #ddd;
    color: #333;
    height: .3rem;
    line-height: .3rem;
    padding: 0 .07rem;
    min-width: .3rem;
    text-align: center;
    font-size: .14rem;
    text-decoration: none;
  }
  .main .content .pagination a.active, .main .content .pagination a:hover {
    border: .01rem solid #008d43;
    color: #fff;
    background: #008d43;
  }
  .main .content .pagination a:nth-of-type(1) {
    margin-right: .1rem;
  }
  .main .content .pagination a:nth-last-of-type(1) {
    margin-left: .1rem;
  }

  .footer {
    width: 100%;
    background: #393939;
  }
  .footer .container {
    padding: .48rem 0;
  }
  .footer .title {
    color: #fff;
    padding-bottom: .32rem;
    margin-bottom: .12rem;
    font-size: .24rem;
    position: relative;
  }
  .footer .title:before {
    content: '';
    width: .48rem;
    height: .03rem;
    display: block;
    background: #999;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .footer .sub-title {
    color: #999;
    font-size: .18rem;
  }
  .footer .contact-info {
    width: 60%;
    float: left;
    color: #999;
    font-size: .18rem;
    line-height: 2;
  }
  .footer .qrcode {
    width: 40%;
    float: right;
  }
  .footer .qrcode .img-wrap {
    float: right;
    margin-left: 6%;
  }
  .footer .qrcode .img-wrap img {
    display: block;
  }
  .footer .qrcode .img-wrap span {
    display: block;
    color: #999;
    line-height: 2;
    text-align: center;
  }

  .copyright {
    text-align: center;
    line-height: 1;
    padding: .24rem;
    font-size: .16rem;
  }
  .copyright a {
    padding: 0 .12rem;
  }
}

/*# sourceMappingURL=global.css.map */
