@charset "UTF-8";
#mainlevel_04 .nav-link {
  color: #000;
  border-bottom: 3px inset #e94609;
}

.banner {
  background: url(../images/material/material_banner.jpg) no-repeat right center;
  background-size: cover;
  font-family: Arial;
}
.banner .banner-text {
  color: #444;
  text-align: center;
  font-weight: bold;
}
.banner .banner-btn-group .banner-btn {
  display: block;
  border-radius: 33px;
  border: solid 1px #333333;
  color: #333;
  text-align: center;
}
.banner .banner-btn-group .banner-btn:hover {
  background: #fff;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.57);
  border: solid 1px #fff;
  color: #e94609;
}
.banner .page-location {
  color: #333;
  font-size: 18px;
  margin: 11px auto;
}
.banner .page-location a {
  color: #333;
}
.banner .page-location a:last-child {
  pointer-events: none;
}
.banner .page-location span {
  font-family: AdobeHeitiStd;
  font-size: 20px;
}

.material-first {
  background: url(../images/material/article_first_bg.jpg) no-repeat right center;
  background-size: cover;
}
.material-first .first-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-family: Arial;
}
.material-first .first-content .content-left .material-img {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 6px 6px 19px 2px rgba(0, 0, 0, 0.28);
}
.material-first .first-content .content-left .material-img:hover {
  animation: pulse 0.5s linear both;
  -webkit-animation: pulse 0.5s linear both;
}
.material-first .first-content .content-right {
  color: #333;
}
.material-first .first-content .content-right .material-name {
  font-weight: bold;
  position: relative;
}
.material-first .first-content .content-right .material-name::before {
  content: "";
  width: 104px;
  height: 3px;
  display: block;
  background: #f1662f;
  position: absolute;
  bottom: 0px;
  left: 0;
}

.material-second {
  background: #e8e8e8;
  font-family: Arial;
}
.material-second .second-title {
  color: #333;
  font-weight: bold;
  text-align: center;
}
.material-second .g-3 {
  --bs-gutter-y: 1rem;
}
.material-second .second-list {
  width: 100%;
}
.material-second .second-list .second-item {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.material-second .second-list .second-item:hover img {
  transform: scale(1.1);
}
.material-second .second-list .second-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.5s;
}
.material-second .second-list .second-item p {
  color: #fff;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.material-third {
  background: url(../images/material/article_third_bg.jpg) no-repeat right center;
  background-size: cover;
  font-family: Arial;
}
.material-third .third-title {
  color: #333;
  font-weight: bold;
  text-align: center;
}
.material-third .third-content .third-tabs {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #ffffff;
  box-shadow: 2px 3px 9px 0px rgba(63, 63, 63, 0.24);
}
.material-third .third-content .third-tabs .item {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #333;
}
.material-third .third-content .third-tabs .active {
  background: #f1662f;
  color: #fff;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 3px 9px 0px rgba(63, 63, 63, 0.24);
}
.material-third .third-content .tabs-content .item {
  display: none;
}
.material-third .third-content .tabs-content .item .item-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.material-third .third-content .tabs-content .item .item-top .top-left {
  overflow: hidden;
  box-shadow: 2px 3px 9px 0px rgba(63, 63, 63, 0.24);
}
.material-third .third-content .tabs-content .item .item-top .top-left img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.5s;
}
.material-third .third-content .tabs-content .item .item-top .top-left img:hover {
  transform: scale(1.1);
}
.material-third .third-content .tabs-content .item .item-top .top-right {
  color: #333;
}
.material-third .third-content .tabs-content .item .item-top .top-right h2 {
  font-weight: bold;
}
.material-third .third-content .tabs-content .item .item-top .top-right p {
  font-size: 16px;
  line-height: 24px;
}
.material-third .third-content .tabs-content .item .item-top .top-right .contact-btn {
  background: #f1662f;
  color: #fff;
  text-align: center;
  display: inline-block;
  transition: all 0.5s;
}
.material-third .third-content .tabs-content .item .item-top .top-right .contact-btn:hover {
  background-image: linear-gradient(to right, #f1662f 0%, #eee4e0 30%, #f1662f 100%);
  background-position: right center;
  background-size: 200% auto;
}
.material-third .third-content .tabs-content .item .item-bottom {
  width: 100%;
  overflow-x: auto;
}
.material-third .third-content .tabs-content .item .item-bottom table {
  width: 100%;
  border-collapse: collapse;
}
.material-third .third-content .tabs-content .item .item-bottom table tr td {
  text-align: center;
  border: 1px solid #757575;
  color: #666;
}
.material-third .third-content .tabs-content .active {
  display: block;
}
.material-third .third-content1 {
  margin-top: 40px;
}
.material-third .third-content1 h2 {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  color: #333;
}
.material-third .third-content1 p {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  margin: 15px 0;
}
.material-third .third-content1 .contact-btn {
  background: #f1662f;
  color: #fff;
  text-align: center;
  display: block;
  transition: all 0.5s;
  margin-top: 20px;
  font-size: 20px;
  padding: 10px 0;
}
.material-third .third-content1 .contact-btn:hover {
  background-image: linear-gradient(to right, #f1662f 0%, #eee4e0 30%, #f1662f 100%);
  background-position: right center;
  background-size: 200% auto;
}
.material-third .third-content2 {
  margin-top: 45px;
}
.material-third .third-content2 .app-img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  max-width: 677px;
}

.material-fourth {
  background: #e8e8e8;
  font-family: Arial;
}
.material-fourth .fourth-title {
  text-align: center;
  font-weight: bold;
  color: #333;
}
.material-fourth .swiper-3d .swiper-slide-shadow-left, .material-fourth .swiper-3d .swiper-slide-shadow-right {
  background-image: none;
}
.material-fourth .fourth-swiper {
  width: 100%;
  padding: 40px 0 20px;
}
.material-fourth .fourth-swiper .swiper-wrapper .swiper-slide {
  text-align: center;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  box-shadow: 2px 4px 18px rgba(0, 0, 0, 0.2);
}
.material-fourth .fourth-swiper .swiper-wrapper .swiper-slide:hover .img-box img {
  transform: scale(1.1);
}
.material-fourth .fourth-swiper .swiper-wrapper .swiper-slide::after {
  content: "";
  display: block;
  height: 2px;
  background: #e94609;
  position: absolute;
  bottom: 0;
  width: 98%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  border-radius: 0 0 10px 10px;
}
.material-fourth .fourth-swiper .swiper-wrapper .swiper-slide:hover::after {
  opacity: 1;
}
.material-fourth .fourth-swiper .swiper-wrapper .swiper-slide .img-box {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.material-fourth .fourth-swiper .swiper-wrapper .swiper-slide .img-box img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.5s ease-in-out;
  border-radius: 10px;
}
.material-fourth .fourth-swiper .swiper-wrapper .swiper-slide h2 {
  font-weight: bold;
  color: #333;
  padding: 3px 30px;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  bottom: 0;
  width: 100%;
  left: 0;
  border-radius: 0 0 10px 10px;
}
.material-fourth .fourth-swiper .swiper-button-next, .material-fourth .fourth-swiper .swiper-button-prev {
  background: url(../images/product/pro_arrow.png) no-repeat;
  background-size: 100% 100%;
  opacity: 0;
}
.material-fourth .fourth-swiper .swiper-button-prev:after, .material-fourth .fourth-swiper .swiper-button-next:after {
  content: "";
}
.material-fourth .fourth-swiper .swiper-button-prev {
  transform: rotate(180deg);
  left: 0;
}
.material-fourth .fourth-swiper .swiper-button-next {
  right: 0;
}
.material-fourth .fourth-swiper:hover .swiper-button-next, .material-fourth .fourth-swiper:hover .swiper-button-prev {
  opacity: 1;
}

.product-section .section-title {
  font-family: Arial;
  color: #3d4457;
  text-align: center;
  font-weight: bold;
}
.product-section .gx-4 {
  --bs-gutter-x: 1.87rem;
}
.product-section .product-list {
  margin-top: 40px;
}
.product-section .product-list .product-item {
  width: 100%;
  display: block;
  position: relative;
  border-radius: 10px;
}
.product-section .product-list .product-item:hover .img-box .pro-img {
  transform: scale(1.05);
}
.product-section .product-list .product-item:hover .product-name {
  color: #f94f12;
}
.product-section .product-list .product-item .img-box {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.product-section .product-list .product-item .img-box .pro-img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.5s;
  border-radius: 10px;
}
.product-section .product-list .product-item .hot-icon {
  position: absolute;
  top: -2px;
  left: -3px;
  z-index: 2;
  width: auto;
  height: auto;
}
.product-section .product-list .product-item .product-name {
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  font-weight: bold;
  font-family: Arial;
  color: #333;
  z-index: 2;
}
.product-section .more-btn {
  display: block;
  border-radius: 35px;
  border: solid 1px #aaaaaa;
  font-family: Arial;
  color: #211f1f;
  text-align: center;
}
.product-section .more-btn span {
  font-family: "宋体";
  color: #211f1f;
  margin-left: 15px;
}
.product-section .more-btn:hover {
  box-shadow: 0 0 10px #cac7c7;
}

@media (max-width: 575px) {
  .banner {
    padding: 60px 0 10px;
  }
  .banner .banner-text {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .banner .banner-btn-group {
    display: none;
  }
  .material-first {
    padding: 60px 0;
  }
  .material-first .first-content .content-left {
    width: 100%;
  }
  .material-first .first-content .content-right {
    width: 100%;
    padding-top: 30px;
  }
  .material-first .first-content .content-right .material-name {
    font-size: 32px;
    padding-bottom: 15px;
  }
  .material-first .first-content .content-right .material-description {
    font-size: 18px;
    line-height: 24px;
    margin-top: 20px;
  }
  .material-second {
    padding: 35px 0px;
  }
  .material-second .second-title {
    font-size: 32px;
  }
  .material-second .second-list {
    margin: 0;
    margin-top: 20px;
  }
  .material-second .second-list .second-item p {
    font-size: 16px;
    line-height: 30px;
    padding: 60px 20px 10px;
  }
  .material-third {
    padding: 35px 0;
  }
  .material-third .third-title {
    font-size: 32px;
  }
  .material-third .third-content {
    margin-top: 30px;
  }
  .material-third .third-content .third-tabs .item {
    width: 100%;
    font-size: 18px;
    padding: 15px 10px;
  }
  .material-third .third-content .tabs-content {
    margin-top: 35px;
  }
  .material-third .third-content .tabs-content .item .item-top .top-left {
    width: 100%;
  }
  .material-third .third-content .tabs-content .item .item-top .top-right {
    width: 100%;
    padding-top: 30px;
  }
  .material-third .third-content .tabs-content .item .item-top .top-right h2 {
    font-size: 24px;
  }
  .material-third .third-content .tabs-content .item .item-top .top-right p {
    margin-top: 20px;
  }
  .material-third .third-content .tabs-content .item .item-top .top-right .contact-btn {
    font-size: 18px;
    padding: 6px 21px;
    margin-top: 25px;
  }
  .material-third .third-content .tabs-content .item .item-bottom {
    margin-top: 30px;
  }
  .material-third .third-content .tabs-content .item .item-bottom table tr td {
    font-size: 16px;
    line-height: 30px;
    padding: 10px 0;
  }
  .material-third .third-content .tabs-content .item .item-bottom table tr:first-child td {
    padding: 15px 0;
  }
  .material-fourth {
    padding: 25px 12px 20px;
  }
  .material-fourth .fourth-title {
    font-size: 32px;
  }
  .material-fourth .fourth-swiper {
    padding: 25px 0px 20px;
  }
  .material-fourth .fourth-swiper .swiper-wrapper .swiper-slide {
    width: 100%;
  }
  .material-fourth .fourth-swiper .swiper-wrapper .swiper-slide .img-box {
    height: auto;
  }
  .material-fourth .fourth-swiper .swiper-wrapper .swiper-slide h2 {
    font-size: 16px;
  }
  .material-fourth .fourth-swiper .swiper-button-next, .material-fourth .fourth-swiper .swiper-button-prev {
    width: 20px;
    height: 33px;
  }
  .product-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .product-section .section-title {
    font-size: 32px;
  }
  .product-section .gx-4 {
    --bs-gutter-x: 0.6rem;
  }
  .product-section .product-list .product-item {
    margin-bottom: 12px;
  }
  .product-section .product-list .product-item .product-name {
    bottom: 10px;
    font-size: 14px;
    line-height: 24px;
  }
  .product-section .more-btn {
    margin: 15px auto 0;
    width: 160px;
    font-size: 18px;
    padding: 5px 0;
  }
}
@media (min-width: 576px) {
  .banner {
    padding: 100px 0 10px;
  }
  .banner .banner-text {
    font-size: 32px;
    margin-bottom: 80px;
  }
  .banner .banner-btn-group {
    display: none;
  }
  .material-first {
    padding: 60px 0;
  }
  .material-first .first-content .content-left {
    width: 100%;
  }
  .material-first .first-content .content-right {
    width: 100%;
    padding-top: 30px;
  }
  .material-first .first-content .content-right .material-name {
    font-size: 34px;
    padding-bottom: 15px;
  }
  .material-first .first-content .content-right .material-description {
    font-size: 18px;
    line-height: 24px;
    margin-top: 20px;
  }
  .material-second {
    padding: 55px 0px;
  }
  .material-second .second-title {
    font-size: 32px;
  }
  .material-second .second-list {
    margin: 20px 0 0;
  }
  .material-second .second-list .second-item p {
    font-size: 14px;
    line-height: 30px;
    padding: 30px 10px 10px;
  }
  .material-third {
    padding: 55px 0;
  }
  .material-third .third-title {
    font-size: 32px;
  }
  .material-third .third-content {
    margin-top: 40px;
  }
  .material-third .third-content .third-tabs .item {
    width: 33.33333%;
    font-size: 18px;
    padding: 15px 10px;
  }
  .material-third .third-content .tabs-content {
    margin-top: 45px;
  }
  .material-third .third-content .tabs-content .item .item-top .top-left {
    width: 100%;
  }
  .material-third .third-content .tabs-content .item .item-top .top-right {
    width: 100%;
    padding-top: 30px;
  }
  .material-third .third-content .tabs-content .item .item-top .top-right h2 {
    font-size: 24px;
  }
  .material-third .third-content .tabs-content .item .item-top .top-right p {
    margin-top: 20px;
  }
  .material-third .third-content .tabs-content .item .item-top .top-right .contact-btn {
    font-size: 18px;
    padding: 6px 21px;
    margin-top: 25px;
  }
  .material-third .third-content .tabs-content .item .item-bottom {
    margin-top: 40px;
  }
  .material-third .third-content .tabs-content .item .item-bottom table tr td {
    font-size: 16px;
    line-height: 30px;
    padding: 10px 0;
  }
  .material-third .third-content .tabs-content .item .item-bottom table tr:first-child td {
    padding: 15px 0;
  }
  .material-fourth {
    padding: 50px 0 40px;
  }
  .material-fourth .fourth-title {
    font-size: 34px;
  }
  .material-fourth .fourth-swiper .swiper-wrapper .swiper-slide h2 {
    font-size: 16px;
  }
  .material-fourth .fourth-swiper .swiper-button-next, .material-fourth .fourth-swiper .swiper-button-prev {
    width: 22px;
    height: 36px;
  }
  .product-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .product-section .section-title {
    font-size: 34px;
  }
  .product-section .gx-4 {
    --bs-gutter-x: 1.3rem;
  }
  .product-section .product-list .product-item {
    margin-bottom: 20px;
  }
  .product-section .product-list .product-item .product-name {
    bottom: 10px;
    font-size: 16px;
    line-height: 30px;
  }
  .product-section .more-btn {
    margin: 15px auto 0;
    width: 200px;
    font-size: 20px;
    padding: 10px 0;
  }
}
@media (min-width: 768px) {
  .material-second .second-list .second-item p {
    font-size: 16px;
    line-height: 30px;
    padding: 60px 30px 10px;
  }
}
@media (min-width: 992px) {
  .banner {
    padding: 80px 0 10px;
  }
  .banner .banner-text {
    font-size: 34px;
    margin-bottom: 0;
  }
  .banner .banner-btn-group {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 25px 20px 10px;
  }
  .banner .banner-btn-group .banner-btn {
    font-size: 16px;
    margin: 15px 8px;
    padding: 8px 15px;
    min-width: 110px;
  }
  .material-first .first-content .content-left {
    width: 41.85%;
  }
  .material-first .first-content .content-right {
    width: 58.15%;
    padding-left: 40px;
    padding-top: 0;
  }
  .material-second .second-title {
    font-size: 34px;
  }
  .material-third .third-content .third-tabs .item {
    font-size: 20px;
    padding: 10px 0;
  }
  .material-third .third-content .tabs-content .item .item-top .top-left {
    width: 28%;
  }
  .material-third .third-content .tabs-content .item .item-top .top-right {
    width: 72%;
    padding-left: 40px;
    padding-top: 0;
  }
  .material-third .third-content .tabs-content .item .item-top .top-right .contact-btn {
    font-size: 20px;
  }
  .material-third .third-content .tabs-content .item .item-bottom table tr td {
    font-size: 18px;
    line-height: 30px;
    padding: 15px 0;
  }
  .material-third .third-content .tabs-content .item .item-bottom table tr:first-child td {
    padding: 25px 0;
  }
  .product-section {
    padding-top: 45px;
    padding-bottom: 50px;
  }
  .product-section .product-list .product-item {
    margin-bottom: 0;
  }
  .product-section .more-btn {
    margin: 35px auto 0;
    width: 240px;
    font-size: 22px;
    padding: 10px 0;
  }
}
@media (min-width: 1200px) {
  .banner {
    padding: 100px 0 20px;
  }
  .banner .banner-text {
    font-size: 42px;
  }
  .banner .banner-btn-group {
    padding: 35px 30px 20px;
  }
  .banner .banner-btn-group .banner-btn {
    font-size: 18px;
    margin: 15px 12px;
    padding: 8px 20px;
    min-width: 120px;
  }
  .material-first .first-content .content-right {
    padding-left: 50px;
  }
  .material-first .first-content .content-right .material-name {
    font-size: 36px;
  }
  .material-second .second-title {
    font-size: 36px;
  }
  .material-second .second-list .second-item p {
    font-size: 18px;
    line-height: 30px;
  }
  .material-third .third-title {
    font-size: 36px;
  }
  .material-third .third-content .tabs-content .item .item-top .top-left {
    width: 24%;
  }
  .material-third .third-content .tabs-content .item .item-top .top-right {
    width: 76%;
  }
  .material-fourth .fourth-title {
    font-size: 36px;
  }
  .material-fourth .fourth-swiper .swiper-button-next, .material-fourth .fourth-swiper .swiper-button-prev {
    width: 28px;
    height: 46px;
  }
  .product-section .section-title {
    font-size: 36px;
  }
  .product-section .gx-4 {
    --bs-gutter-x: 1.5rem;
  }
  .product-section .product-list .product-item .product-name {
    font-size: 18px;
    line-height: 36px;
  }
}
@media (min-width: 1400px) {
  .banner {
    padding: 130px 0 30px;
  }
  .banner .banner-text {
    font-size: 44px;
  }
  .banner .banner-btn-group {
    padding: 35px 40px 20px;
  }
  .banner .banner-btn-group .banner-btn {
    font-size: 22px;
    margin: 24px 12px;
    padding: 10px 25px;
    min-width: 150px;
  }
  .material-first .first-content .content-right .material-name {
    font-size: 40px;
    padding-bottom: 23px;
  }
  .material-first .first-content .content-right .material-description {
    font-size: 18px;
    line-height: 30px;
    margin-top: 30px;
  }
  .material-second {
    padding: 60px 0px;
  }
  .material-second .second-title {
    font-size: 40px;
  }
  .material-second .second-list {
    margin: 30px 0 0;
  }
  .material-second .second-list .second-item p {
    font-size: 20px;
    line-height: 36px;
  }
  .material-third .third-title {
    font-size: 40px;
  }
  .material-third .third-content .third-tabs .item {
    font-size: 22px;
    padding: 10px 0;
  }
  .material-third .third-content .tabs-content .item .item-top .top-left {
    width: 20.5%;
  }
  .material-third .third-content .tabs-content .item .item-top .top-right {
    width: 79.5%;
  }
  .material-third .third-content .tabs-content .item .item-top .top-right p {
    margin-top: 15px;
  }
  .material-third .third-content .tabs-content .item .item-top .top-right .contact-btn {
    margin-top: 25px;
  }
  .material-fourth .fourth-title {
    font-size: 40px;
  }
  .material-fourth .fourth-swiper .swiper-wrapper .swiper-slide h2 {
    font-size: 18px;
  }
  .product-section {
    padding-top: 35px;
  }
  .product-section .gx-4 {
    --bs-gutter-x: 1.87rem;
  }
  .product-section .product-list .product-item .product-name {
    font-size: 20px;
    line-height: 22px;
  }
  .product-section .more-btn {
    width: 264px;
    font-size: 25px;
    padding: 12px 0;
  }
}
@media (min-width: 1600px) {
  .banner .banner-text {
    font-size: 48px;
  }
  .banner .banner-btn-group {
    padding: 45px 80px 20px;
  }
  .banner .banner-btn-group .banner-btn {
    font-size: 24px;
  }
  .material-first {
    padding: 90px 0 80px;
  }
  .material-first .first-content .content-right {
    padding-left: 80px;
  }
  .material-first .first-content .content-right .material-description {
    font-size: 20px;
    line-height: 32px;
    margin-top: 32px;
  }
  .material-second .g-3 {
    --bs-gutter-x: 1.25rem;
  }
  .material-third {
    padding: 50px 0 65px;
  }
  .material-third .third-content {
    margin-top: 55px;
  }
  .material-third .third-content .third-tabs .item {
    font-size: 24px;
    padding: 15px 0;
  }
  .material-third .third-content .tabs-content {
    margin-top: 50px;
  }
  .material-third .third-content .tabs-content .item .item-top .top-left {
    width: 19%;
  }
  .material-third .third-content .tabs-content .item .item-top .top-right {
    width: 81%;
  }
  .material-third .third-content .tabs-content .item .item-bottom {
    margin-top: 50px;
  }
  .material-fourth .fourth-swiper .swiper-button-next, .material-fourth .fourth-swiper .swiper-button-prev {
    width: 33px;
    height: 54px;
  }
  .product-section .section-title {
    font-size: 40px;
  }
  .product-section .product-list .product-item .product-name {
    font-size: 20px;
  }
}
@media (min-width: 1980px) {
  .material-fourth .fourth-swiper {
    max-width: 2068px;
  }
}/*# sourceMappingURL=materials.css.map */