@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

body {
  font-family: 'Montserrat', sans-serif !important;
}

.fudaohang {
  position: absolute;
  top: 0px;
  right: 0px;
}

/* body {
  font-family: "PingFang SC", "Calibri", "Open Sans", "Gothic Arial", "Arial", "Microsoft YaHei", "San Francisco", "Hiragino Sans GB", "Helvetica Neue", Helvetica, sans-serif !important;
} */

@media screen and (min-width: 1921px) {
  .foot-content02 {
    margin-left: 440px !important;
  }
}

/* 头部信息 */
#header li.active::before {
  transform: translateX(0%);
}

.top-info-item {
  padding: 0 10px;
  border-right: 0.5px solid rgba(255, 255, 255, 0.7);
  display: inline-block;
  height: 14px;
  line-height: 1;
}

/* .top-info-item:nth-child(1) {
  padding-left: 0;
} */
.top-info-item:nth-child(3) {
  display: none;
}

.top-info-item:last-child {
  /* padding-right: 0; */
  border-right: none !important;
}


#toggoleMenu {
  justify-content: center;
  align-items: center;
}


.agree-btn input[type="checkbox"] {
  margin-right: 8px;
}



footer {
  width: 100%;
  background-color: #f4f4f4;
  /* height: 815px; */

  padding: 89px 240px 50px;
}

.foot-contactInfo {
  display: flex;
  justify-content: space-between;
}

.foot-contactInfo-left {
  width: 1162px;
  position: relative;
}

.foot-contactInfo-right {
  display: flex;
  justify-content: end;
  align-items: end;
}


.foot-contactInfo-left .left-text1 {
  font-size: 24px;
  line-height: 24px;
  display: inline-block;
  font-weight: 400;
  color: #673b92;
  position: absolute;
  top: 26px;

}


.foot-contactInfo-left .left-text2 {
  line-height: 1.2;
  font-weight: bold !important;
  color: #000000;
  margin-left: 250px;
  font-size: 64px;
}

.foot-contactInfo-left .left-text3 {
  border-bottom: 1px solid transparent;
  color: #673b92;
  padding-bottom: 8px;
}

.foot-copyright .policy {
  padding-bottom: 20px;
}

/* 边框动画 */
.foot-contactInfo-left {
  position: relative;


}

.left-text3 {
  display: inline-block;
  /* 确保伪元素的宽度与文字宽度一致 */
  position: relative;
  color: #673b92;
  padding-bottom: 8px;

}

.left-text3::after {
  content: '';
  position: absolute;
  left: 0;
  /* 从左边开始 */
  bottom: 0;
  /* 在底部 */
  height: 1px;
  /* 边框高度 */
  width: 0;
  /* 初始宽度为0 */
  background-color: #673b92;
  /* 边框颜色 */
  transition: width 1s ease;
  /* 动画效果 */
}

.left-text3::after {
  width: 100%;
}



.foot-contactInfo-right span:nth-child(1) {
  color: #673b92;
  font-size: 24px;
  line-height: 24px;
}

.foot-contactInfo-right span:nth-child(2) {
  width: 116px;
  height: 116px;
  background-color: #673b92;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  /* 水平居中 */
  align-items: center;
  /* 垂直居中 */
  transition: all 0.5s;
  cursor: pointer;
}

.foot-contactInfo-right span:nth-child(2) img {
  width: 26.5px;
  height: 26.5px;
}

.foot-contactInfo-right span:nth-child(2):hover {
  transform: scale(1.1);

}

.foot-search span {
  width: 116px;
  height: 116px;
  background-color: #673b92;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  /* 水平居中 */
  align-items: center;
  /* 垂直居中 */
}

.foot-content {
  padding-top: 36px;
  border-top: 1px solid #686868;
  border-bottom: 1px solid #686868;
  margin-top: 62px;
  display: flex;
  padding-bottom: 36px;
}

.foot-search span img {
  width: 26.5px;
  height: 26.5px;
}

.foot-content01 .foot-logo img {
  width: 162px;
  height: 101px;
}

.foot-content01 .p1 {
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  color: #000;
  margin: 48px 0 16px 0;
}

.foot-content01 .p2 {
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
  color: #999;
}

.foot-content01 .foot-search {
  margin: 16px 0 18px 0;
  position: relative;
  width: 385px;
}

.foot-content01 .foot-search input {
  width: 385px;
  height: 58px;
  background-color: rgba(200, 200, 200, 0.13);
  border-radius: 51px;
  outline: none;
  border: none;
  padding-left: 24px;
}

.foot-search input::placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  text-align: left;
  color: #c8c8c8;
}

.foot-search span {
  width: 42px;
  height: 42px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.foot-search span img {
  width: 10px;
  height: 10px;
}

.agree-btn {
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
  color: #999999;
}

.agree-btn input[type="checkbox"] {
  appearance: none;
  width: 11px;
  height: 11px;
  border: 1px solid #999999;
  outline: none;
  cursor: pointer;
  position: relative;
}

.agree-btn input[type="checkbox"]:checked {
  background-color: #999999;
  border-color: #999999;
}

.agree-btn input[type="checkbox"]:checked::after {
  content: '✓';
  position: absolute;
  top: -1px;
  left: 2px;
  font-size: 10px;
  color: white;
}

.foot-content02 {
  display: flex;
  margin-left: 127px;
  padding-right: 122px;
}

.foot-content02-left {
  margin-right: 130px;
}

.foot-content02 h3 {
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  color: #673b92;
  margin-bottom: 24px;
}

.foot-content02 ul li a {
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  color: #000;
  transition: all 0.3s ease;
}

.foot-content02 ul li {
  margin-bottom: 35px;
}

.foot-content02 ul li:hover a {
  color: #673b92;
}

.foot-content02-right ul li {
  width: 288px;
  transition: all 0.3s ease;
}

.foot-content02-right ul li:hover a {
  color: #673b92;
}

.foot-content03 ul li {
  margin-bottom: 20px;
}

.foot-content03 ul li:hover a {
  color: #673b92;
}

.foot-content03 {
  padding-left: 120px;
  border-left: 1px solid #686868;
}

.foot-content03 ul li a {
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  color: #000000;
  padding-top: 4px;
  font-weight: bold;
  transition: all 0.3s ease;
}

.foot-copyright-info {
  font-size: 14px;
  font-weight: 300;
  line-height: 25.2px;
  color: rgba(0, 0, 0, 0.4);
}

.foot-copyright .policy {
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
  color: #9a9a9a;
}

.foot-copyright {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}

.foot-copyright .policy span:nth-child(1) {
  margin-right: 16px;
}

.foot-copyright .policy span a {
  transition: all 0.3s ease;
}

.foot-copyright .policy span:hover a {
  color: #673b92;
}


.marquee-group .marquee-item img {
  margin-right: 3.125vw;
}



@media (min-width: 1716px) {
  .\33xl\:pl-\[200px\] {
    padding-left: 200px !important;
  }
}

@media (min-width: 1440px) {
  .lg\:pl-\[200px\] {
    padding-left: 200px;
  }
}

@media (max-width: 1716px) {
  .pc-menu {
    /* padding-left: 6.4vw !important; */
  }

}

@media (max-width: 1535px) {
  .pc-menu {
    /* padding-left: 6.4vw !important;
    padding-right: 6.4vw !important; */
  }

  .pc-ul-box {
    /* margin: 0 auto; */
  }
}

@media (max-width: 1444px) {
  .pc-menu {
    /* padding-left: 1.5vw !important;
    padding-right: 1.5vw !important; */
  }

  .pc-ul-box {
    /* margin: 0 auto; */
  }
}

@media (max-width: 1024px) {
  .max-w-\[1212px\] {
    max-width: 100% !important;
  }

}

@media (min-width: 768px) and (max-width: 1024px) {
  .foot-content {
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .foot-content02,
  .foot-content03 {
    flex: 1;
    margin: 10px;
  }

  .foot-content03 {
    border: 0;
    margin-left: 0 !important;
  }
}

@media (max-width: 767px) {

  @keyframes slideIn {
    from {
      transform: translateX(20px);
      opacity: 0;
    }

    to {
      transform: translateX(0);
      opacity: 1;
    }
  }


  /* 底部 */
  .foot-content {
    margin-top: 30px;
  }

  footer {
    margin-top: 50px;
    padding-top: 40px;
    height: auto !important;
    padding: 40px 20px 0 !important;
  }

  .foot-contactInfo-left .left-text2 {
    font-size: 32px;
    line-height: 1.5;
    margin-left: 200px;
  }

  .foot-contactInfo {
    flex-wrap: wrap;
  }

  .foot-contactInfo-left .left-text1 {
    top: 16px;
  }

  .foot-contactInfo-right {
    width: 100%;
  }

  .foot-contactInfo-right span:nth-child(2) {
    width: 60px;
    height: 60px;
  }

  .foot-content {
    flex-wrap: wrap;
  }

  .foot-content01 .foot-logo img {
    width: 130px;
    height: auto;
  }

  .foot-content01 .p1 {
    margin-top: 30px;
  }

  .foot-content02 {
    margin-left: 0;
    margin-top: 30px;
  }

  .foot-content02 {
    padding-right: 0;
  }

  .foot-content02-left {
    margin-right: 60px;
  }

  .foot-content03 {
    padding-left: 0;
    border: 0;
    margin-top: 30px;
  }

  .foot-copyright {
    flex-wrap: wrap;
  }

  .foot-copyright-info {
    margin-bottom: 10px;
  }

  .foot-content01 .foot-search {
    width: 100%;
  }

  .foot-content01 .foot-search input {
    width: 100%;
  }

  .foot-content01 .foot-search input {
    height: 45px;
  }

  .foot-search span {
    width: 36px;
    height: 36px;
  }

  .foot-content03 ul li a {
    font-size: 14px;
  }
}






/* 走马灯 */
.marquee-group {
  overflow: hidden;
  width: 100%;
  margin-top: 45px;
}

.marquee {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}

.marquee-scroll {
  display: flex;
}

.marquee-content {
  display: flex;
  flex-shrink: 0;
}

.marquee-item {
  flex-shrink: 0;
  width: auto;
  margin-right: 10px;
}

.marquee-item img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 640px) {

  .marquee-item img {
    max-width: 100%;
    height: 50px;
  }

  .foot-contactInfo-left {
    max-width: 100%;
  }

  .foot-contactInfo-left .left-text2 {
    margin-left: 170px;
  }

  .foot-contactInfo-right {
    margin-top: 30px;
  }
}






#contact span {
  overflow: hidden;
}

#contact span .right {
  transform: translateX(-0.313vw);
}

#contact span .left {
  transform: translateX(-137%);
}

#contact:hover span .right {
  transform: translateX(0.677vw);
  transition: all 0.8s ease;
}

#contact:hover span .left {
  transform: translateX(calc(100% - 0.313vw));
  transition: all 0.8s ease;
}

.more-link {
  font-size: 26px;
  color: #ffffff;
  display: flex;

}

.more-link span {
  display: inline-block;
  width: 46px;
  height: 46px;
  background-color: var(--primary-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  overflow: hidden;
}

.more-link img {
  width: 16px;
}

/* 鼠标进入按钮效果 */
.more-link {
  font-size: 26px;
  color: #ffffff;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  font-family: Montserrat;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0.21299999952316284px;


}

.more-btn .more-link {
  color: var(--primary-color);
}

.more-link span {
  width: 46px;
  height: 46px;
  background-color: #673b92;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  position: relative;

}

.old-arrow {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 50%;
  /* 初始箭头水平居中 */
  top: 50%;
  /* 初始箭头垂直居中 */
  transform: translate(-50%, -50%);
  /* 初始箭头居中 */
  transition: transform 0.4s ease-in-out;
}

.more-link .new-arrow {
  width: 16px;
  height: 16px;
  position: absolute;
  left: -100%;

  opacity: 0;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;

}

.more-link:hover .old-arrow {
  transform: translate(140%, -50%);
  /* 鼠标悬停时，旧箭头向右滑出 */
}

.more-link:hover .new-arrow {
  transform: translateX(61px);
  opacity: 1;


}

.more-link i {
  position: relative;
  display: inline-block;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.more-link .old-text {
  position: relative;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.more-link .new-text {
  position: absolute;
  top: 100%;
  /* 新文字在下方等待 */
  left: 0;
  opacity: 0;
  transform: translateY(100%);
  /* 新文字在下方 */
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.more-link:hover .old-text {
  opacity: 0;
  /* 旧文字淡出 */
  transform: translateY(-100%);
  /* 旧文字向上滑出 */
}

.more-link:hover .new-text {
  opacity: 1;
  /* 新文字淡入 */
  transform: translateY(-180%);
  /* 新文字从下方滑入 */
  color: rgba(255, 255, 255, 0.8);
}

/* 另外一个箭头 */
.more-btn .more-link:hover .new-text {
  color: rgba(103, 59, 146, 0.8);
}



.m-bg-black {
  background-color: black !important;
}





@media (max-width: 1800px) {

  footer {
    padding: 50px 20px;
  }

}

@media (max-width: 1440px) {
  .foot-contactInfo {
    flex-wrap: wrap;
  }

  footer {
    padding: 50px 20px;
  }

  .foot-contactInfo-left {
    width: auto;
  }

  .foot-contactInfo-left .left-text2 {
    font-size: 44px;
  }
}

@media(min-width: 1200px) and (max-width: 1440px) {}

@media (max-width: 1025px) {
  .lg\:gap-20 {
    gap: 0;
  }

  .pc-menu {
    display: none;
  }

  .m-menu {
    display: block;
  }

  header {
    height: auto;
  }

  .banner .swiper {
    margin-top: 74px;
  }
}

@media (min-width: 769px) and (max-width: 1280px) {
  .foot-content {
    flex-wrap: wrap;
  }

  .foot-content01 {
    flex: 0 0 100%;
    margin-bottom: 40px;
  }

  /* .foot-content02,
.foot-content03 {
  flex: 0 0 50%; 
} */
  .foot-content03 {
    margin-left: 60px;
  }

  .foot-content02 {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .pc-menu {
    display: none !important;

  }

  .m-menu {
    display: block !important;

  }

  .m-menu nav {
    width: 100% !important;
  }

  footer {
    padding: 40px 20px !important;
  }

  .foot-content03 {
    margin-left: 60px;
  }

  .foot-content03 {
    border-left: 0;
  }

  .foot-content02 {
    margin-left: 0;
  }

  /* 底部 */
  .foot-content {
    margin-top: 30px;
  }

  footer {
    margin-top: 50px;
    padding-top: 40px;
    height: auto;
  }

  .foot-contactInfo-left .left-text2 {
    font-size: 32px;
    line-height: 1.5;
    margin-left: 200px;
  }

  .foot-contactInfo {
    flex-wrap: wrap;
  }

  .foot-contactInfo-left .left-text1 {
    top: 16px;
  }

  .foot-contactInfo-right span:nth-child(2) {
    width: 60px;
    height: 60px;
  }

  .foot-content {
    flex-wrap: wrap;
  }

  .foot-content01 .foot-logo img {
    width: 130px;
    height: auto;
  }

  .foot-content01 .p1 {
    margin-top: 30px;
  }

  .foot-content02 {
    margin-left: 0;
    margin-top: 30px;
  }

  .foot-content02 {
    padding-right: 0;
  }

  .foot-content02-left {
    margin-right: 60px;
  }

  .foot-content03 {
    padding-left: 0;
    border: 0;
    margin-top: 30px;
  }

  .foot-copyright {
    flex-wrap: wrap;
  }

  .foot-copyright-info {
    margin-bottom: 10px;
  }

  .foot-content01 .foot-search {
    width: 100%;
  }

  .foot-content01 .foot-search input {
    width: 100%;
  }

  .foot-content01 .foot-search input {
    height: 45px;
  }

  .foot-search span {
    width: 36px;
    height: 36px;
  }

  .foot-content03 ul li a {
    font-size: 14px;
  }
}



/* 导航高亮 */
/* .active {
  border-bottom: 1px solid #673B92;
} */
/* .active {
  border-bottom: 1px solid #24261e;
} */
@media (max-width: 560px) {
  .foot-content03 {
    margin-left: 0px;
    display: none;
  }

  .foot-content02 {
    margin-right: 30px;
  }

  .foot-content02-left {
    margin-right: 30px;
  }
}

@media (max-width: 380px) {
  .foot-contactInfo-left .left-text2 {
    font-size: 24px;
  }
}

/* -----------------------------------------注释-------------------------------------- */
.maf-slide {
  margin-left: 8.333vw;
  position: sticky;
  left: 0;
  top: 13vw;
  z-index: 10;
  /* mix-blend-mode: difference; */
}

.maf-slide .sidebar {
  position: absolute;
  left: -17px;
  z-index: 50;
  top: 13vw;
  transition: all ease .3s;
}

.maf-slide .sidebar.on {
  opacity: 0;
  pointer-events: none;
}

footer {
  position: relative;
  z-index: 20;
}

#production .pdwrap {
  display: flex;
  flex-wrap: wrap;
}

#production .zuo {
  flex: 1;
  background: #F4F4F4;
  position: relative;
}

#production .zuo .word {
  position: relative;
}

#production .zuo .bg {
  width: 100%;
}

#production .zuo .bg img {
  width: 100%;
}

#production .you {
  width: 38.125vw;
}

#production .you .tab-content {
  display: none;
}

#production .you .tab-content.on {
  display: flex;
}

#ProductionbaseAni {
  position: absolute;
  left: 30.469vw;
  top: 0;
  font-weight: bolder;
}

.pointList .ev {
  position: absolute;
  cursor: pointer;
}

.pointList .ev .point {
  width: 12px;
  height: 12px;
  background: url('../images/productionbase/pd2-1.svg') no-repeat center/contain;
}

.pointList .ev .point::after {
  content: '';
  display: block;
  width: 0.937vw;
  height: 1.25vw;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  background: url('../images/productionbase/pd2-2.svg') no-repeat center/contain;
  opacity: 0;
  pointer-events: none;
  transition: all ease .3s;
}

.pointList .ev.on .point {
  background: none;
}

.pointList .ev.on .point::after {
  opacity: 1;
  pointer-events: visible;
}

.pointList .down {
  position: absolute;
  left: 0.52vw;
  top: 0.26vw;
  width: 170px;
  height: 170px;
  z-index: 20;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.80);
  overflow: hidden;
  box-shadow: 0vw 0.208vw 0.572vw 0vw rgba(0, 0, 0, 0.25);
  opacity: 0;
  pointer-events: none;
  transition: all ease .3s;
  height: auto;
}

.pointList .ev.on .down {
  opacity: 1;
  pointer-events: visible;
}

.pointList .down p {
  padding: 0.416vw;
  text-align: center;
}

.tabs .tab {
  cursor: pointer;
}

.mob {
  display: none !important;
}

.C-banner {
  position: relative;
  width: 100%;
  height: 100vh;
}

.C-banner .box {
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);

  /* background-color: rgb(255 255 255 / 0.1); */
  padding: 2.344vw 1.458vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  width: 70%;
  z-index: 5;
}

.C-banner h1 {
  font-style: italic;
  font-weight: 600;
  font-size: 5vw;
}

.C-banner h2 {
  font-weight: 600;
  font-size: 5vw;
  margin-top: 2.917vw;
}

.C-banner .t3 {
  margin-top: 0.833vw;
  font-size: 0.833vw;
  line-height: 2;
}

.menu-item {
  font-size: 1.0417vw;
  font-family: Montserrat;
  color: #000000 !important;
  font-weight: normal !important;
}

.active-link {
  color: #673b92 !important;
  font-size: 1.042vw;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 30px;
}

.active-link span {
  font-size: 1.4583vw;
}

.beijing .swiper-slide{
  background: #fff;
}













@media (max-width: 767px) {
  .C-banner {
    width: 100%;
    height: 600px;
  }

  .C-banner .box {
    padding: 20px 20px;
    width: 80%;
  }

  .C-banner h1 {
    font-size: 28px;
  }

  .C-banner h2 {
    font-size: 20px;
    margin-top: 1em;
  }

  .C-banner .t3 {
    margin-top: 1em;
    font-size: 14px;
    line-height: 1.6;
  }

  .pc {
    display: none !important;
  }

  .mob {
    display: block !important;
  }

  .maf-slide {
    display: none;
  }

  #production .pdwrap {
    display: flex;
    flex-wrap: wrap;
  }

  #production .zuo {
    flex: none;
    width: 100%;
    padding-bottom: 40px;
  }

  #production .zuo .bg {
    width: 100%;
  }

  #production .zuo .bg img {
    width: 100%;
  }

  #production .you {
    width: 100%;
  }

  #production .you .tab-content.on {
    display: flex;
  }

  #ProductionbaseAni {
    position: static;
    left: 138px;
  }

  .pointList .ev .point {
    width: 6px;
    height: 6px;
  }

  .pointList .ev .point::after {
    width: 15px;
    height: 20px;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .pointList .down {
    left: auto;
    right: 100%;
    top: 3px;
    width: 155px;
    border-radius: 10px;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.25);
    pointer-events: none;
  }

  .pointList .ev.on .down {
    opacity: 1;
    pointer-events: none;
  }

  .pointList .down p {
    padding: 4px;
  }

  .production-tabTitle {
    position: static;
    padding: 0 20px;
  }

  .bg-fixed{
    background-attachment: scroll !important;
  }
}

@media (min-width: 1280px) and (max-width: 1535px) {
  .container {
    max-width: 100% !important;
  }

}

@media (min-width: 1536px) and (max-width: 1800px) {
  .container {
    max-width: 1440px !important;
    margin: auto;
  }
}

@media (min-width: 1536px) {

  footer .container {
    max-width: initial !important;
    width: 100% !important;
  }
}