@media (max-width: 1200px) {
}
@media (max-width: 992px) {
}
@media (max-width: 768px) {
}
footer {
  overflow: hidden;
}
.footerMain {
  height: 492px;
  width: 100%;
  background: url("/assets/theme/jthink/images/footer-bg.jpg") center top / cover no-repeat;
  display: flex;
  align-items: center;
}
.footerMain > div {
  display: flex;
  justify-content: space-between;
}
.footerMain .boxes:nth-child(1),
.footerMain .boxes:nth-child(3) {
  width: 25%;
}
.footerMain .boxes:nth-child(2) {
  width: 50%;
}
.footerMain .infotext .footer-logo {
  margin-bottom: 18px;
  display: block;
  width: 175px;
}
.footerMain .infotext .footer-logo img {
  width: 100%;
}
.footerMain .infotext .text {
  margin-bottom: 30px;
}
.footerMain .infotext .text p {
  color: var(--xlc-text-default);
  font: 16px / 24px Alibaba-PuHuiTi-Regular;
}
.footerMain .infotext .text p strong {
  color: var(--xlc-text-default-bold);
  font-family: Alibaba-PuHuiTi-Medium;
}
.footerMain .infotext .tit {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
.footerMain .infotext .tit i {
  margin-right: 9px;
  display: block;
  background: url("/assets/theme/jthink/images/footer-phone.png") 0% 0% / 19px no-repeat;
  width: 19px;
  height: 19px;
}
.footerMain .infotext .tit span {
  color: var(--xlc-text-default-bold);
  font: 18px / 20px Alibaba-PuHuiTi-Medium;
}
.footerMain .infotext .phone {
  color: var(--xlc-text-blue);
  font: 40px / 1 Gilroy-Bold;
}
.footerMain .sitemap {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.footerMain .sitemap dl {
  text-align: center;
}
.footerMain .sitemap dl dt {
  margin-bottom: 10px;
}
.footerMain .sitemap dl dt a {
  color: var(--xlc-text-default-bold);
  font: bold 18px / 32px Alibaba-PuHuiTi-Medium;
}
.footerMain .sitemap dl dd a {
  color: var(--xlc-text-default);
  font: 16px / 36px Alibaba-PuHuiTi-Regular;
}
.footerMain .qrcode {
  padding-left: 15%;
  display: flex;
  justify-content: space-between;
}
.footerMain .qrcode .item {
  text-align: center;
}
.footerMain .qrcode .item img {
  margin-bottom: 10px;
  display: block;
  width: 114px;
  height: 114px;
}
.footerMain .qrcode .item span {
  display: block;
  color: var(--xlc-text-default-bold);
  font: bold 18px / 32px Alibaba-PuHuiTi-Medium;
}
.footerCopy p,
.footerCopy a {
  color: var(--xlc-text-white);
}
.footerCopy {
  height: 82px;
  background: var(--xlc-bg-blue);
  display: flex;
  align-items: center;
}
.footerCopy > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footerCopy > div > div {
  display: flex;
  align-items: center;
}
.footerCopy p a {
  margin-left: 12px;
}
.footerCopy .list {
  display: flex;
  align-items: center;
}
.footerCopy .list li {
  margin-left: 42px;
}
header {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  z-index: 100;
}
.headerTop {
  height: 90px;
  display: flex;
  align-items: center;
  overflow: hidden;
  transition: all 0.8s ease 0s;
}
.headerTop > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headerTop .boxes {
  display: flex;
}
.headerTop .boxes:first-child {
  width: 100%;
  margin-right: 5%;
  flex: 1;
}
.headerTop .logo {
  width: 153px;
  margin-right: 3%;
  transition: all 0.8s ease 0s;
}
.headerTop .logo a {
  display: block;
}
.headerTop .logo a img {
  width: 100%;
}
.headerTop .search {
  width: 240px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid rgb(34, 24, 21);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.headerTop .search .icon {
  background: none;
  border: 0px;
  margin-right: 18px;
  flex: 1 1 0%;
  cursor: pointer;
}
.headerTop .search .icon .icon-svg {
  width: 20px;
  height: 20px;
}
.headerTop .search input {
  width: 100%;
  margin: 0px 20px;
  border: 0px;
  font: 14px / 1 Alibaba-PuHuiTi-Regular;
  background: none;
}
.headerTop .navlist {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.headerTop .navlist li a {
  font: bold 17px / 1.2 Alibaba-PuHuiTi-Medium;
  color: var(--xlc-text-default);
}
.headerTop .language {
  margin-left: 20px;
  font: bold 16px / 1.2 Alibaba-PuHuiTi-Medium;
  display: flex;
  align-items: center;
}
.headerTop .language .icon.cn {
  display: block;
  width: 27px;
  height: 27px;
  background: url("/assets/theme/jthink/images/icon-cn.png") 0% 0% / 27px no-repeat;
}
.changeHeader .headerTop {
  height: 90px;
  background-size: cover;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 4px 0px;
}
.changeHeader .headerTop .logo {
  width: 153px;
}
.changeHeader .headerTop .search {
  border-color: rgb(166, 178, 187);
}
.changeHeader .headerNav {
  background: linear-gradient(45deg, rgb(2, 118, 201), rgb(2, 118, 201));
  transition: all 0.8s ease 0s;
}
.changeHeader .headerNav > div {
  border: 0px;
}
.changeHeader .headerNav .navlist li a {
  color: var(--xlc-text-white);
}
.changeHeader .headerNav .smallnav .item span {
  color: rgb(255, 255, 255);
}
.changeHeader .headerNav .smallnav .item .icon.cn {
  background: url("/assets/theme/jthink/images/icon-cn-on.png") 0% 0% / 27px no-repeat;
}
.changeHeader .headerNav .navlist li::after {
  position: absolute;
  bottom: 0px;
  content: "";
  display: block;
  width: 0px;
  height: 4px;
  background: rgb(255, 255, 255);
  transition: all 0.8s ease 0s;
  opacity: 0;
}
.changeHeader .headerNav .navlist li.on::after {
  width: 100%;
  opacity: 1;
}
.subnav-desktop.active {
  opacity: 1;
  z-index: 201;
  pointer-events: all;
}
.subnav-desktop {
  height: 440px;
  border-top: 1px solid rgb(216, 220, 229);
  background: url("/assets/theme/jthink/images/subnav-desktop-bg.jpg") center top / cover no-repeat rgb(255, 255, 255);
  overflow: hidden auto;
  display: none;
  align-items: center;
  position: fixed;
  z-index: -1;
  width: 100%;
  top: 90px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 5px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out 0s;
}
.subnav-desktop > div {
  height: 100%;
  display: flex;
}
.subnav-desktop .boxes {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}
.subnav-desktop .boxes:nth-child(1) > div,
.subnav-desktop .boxes:nth-child(1) > ul {
  transition-delay: 0s;
}
.subnav-desktop .boxes:nth-child(2) > div,
.subnav-desktop .boxes:nth-child(2) > ul {
  transition-delay: 0.07s;
}
.subnav-desktop .boxes:nth-child(3) > div,
.subnav-desktop .boxes:nth-child(3) > ul {
  transition-delay: 0.14s;
}
.subnav-desktop .boxes > div,
.subnav-desktop .boxes > ul {
  transition: all 1s ease 0s;
  transform: translateY(-30px);
  opacity: 0;
}
.subnav-desktop.active .boxes > div,
.subnav-desktop.active .boxes > ul {
  transform: translateY(0px);
  opacity: 1;
}
.subnav-desktop .boxes:nth-child(1) {
  padding-right: 64px;
  border-right: 1px solid rgb(216, 220, 229);
  background: rgb(246, 247, 251);
}
.subnav-desktop .boxes:nth-child(1)::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: -100vh;
  width: 100vh;
  height: 100%;
  background: rgb(246, 247, 251);
}
.subnav-desktop .boxes:nth-child(3) {
  flex: 1 1 0%;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.subnav-desktop .groupinfo {
  overflow: hidden;
}
.subnav-desktop .groupinfo .tit {
  color: rgb(32, 37, 65);
  font: bold 28px / 1.2 Alibaba-PuHuiTi-Medium;
}
.subnav-desktop .groupinfo .summarize {
  margin-top: 20px;
  height: 180px;
  margin-bottom: 10px;
}
.subnav-desktop .groupinfo .summarize p {
  opacity: 0.7;
  color: rgb(24, 42, 69);
  font: 18px / 32px Alibaba-PuHuiTi-Regular;
  text-align: justify;
}
.subnav-desktop .sublist {
  margin: 0px 50px;
  width: 100%;
}
.subnav-desktop .sublist li {
  overflow: hidden;
}
.subnav-desktop .sublist li a {
  height: 54px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease 0s;
}
.subnav-desktop .sublist li a span {
  margin-left: 30px;
  font: 18px / 1 Alibaba-PuHuiTi-Regular;
}
.subnav-desktop .sublist li a i {
  margin-right: 20px;
  opacity: 0;
  transition: all 0.8s ease 0s;
  transform: translateX(18px);
}
.subnav-desktop .sublist li:hover a,
.subnav-desktop .sublist li.on a {
  background: var(--xlc-bg-blue-1);
  color: rgb(255, 255, 255);
}
.subnav-desktop .sublist li:hover a i,
.subnav-desktop .sublist li.on a i {
  opacity: 1;
  transform: translateX(0px);
}
.subnav-desktop .subimg {
  width: 500px;
  height: 300px;
  border-radius: 20px;
  overflow: hidden;
}
.subnav-desktop .subimg img {
  transition: all 0.8s ease 0s;
}
.subnav-desktop .subimg:hover img {
  transform: scale(1.15);
}
.subnavWrap {
  position: relative;
  z-index: 99;
}
.changeHeader ~ .headerEmpty {
  height: 90px;
}
.footerTopLine {
  width: 100%;
  height: 2px;
  background: rgb(0, 128, 226);
  overflow: hidden;
}
.mHeader {
  background: var(--xlc-bg-blue-8);
  position: fixed;
  top: 0px;
  left: 0px;
  padding: 0px 20px;
  width: 100%;
  height: 60px;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 1px 3px 2px;
  box-sizing: border-box;
  z-index: 1111;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mHeader .logo {
  display: block;
  width: 90px;
  overflow: hidden;
  opacity: 0.6;
}
.mHeader .logo img {
  width: 100%;
}
.mHeader .info {
  display: flex;
  align-items: center;
}
.mOpenSearch,
.mOpenMenu {
  position: relative;
  display: flex;
  margin-left: 20px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.mOpenSearch .box {
  width: 26px;
}
.mOpenSearch i {
  transition: all 0.3s ease-out 0s;
}
.mOpenSearch i:nth-child(1) {
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 50%;
}
.mOpenSearch i:nth-child(2) {
  position: absolute;
  bottom: 4px;
  right: 2px;
  width: 8px;
  height: 2px;
  background: rgb(255, 255, 255);
  transform: rotate(45deg);
}
.mOpenSearch.active i:nth-child(1) {
  top: 0px;
  width: 25px;
  height: 2px;
  border: 0px;
  border-radius: 0px;
  background: rgb(255, 255, 255);
  transform: rotate(-45deg);
}
.mOpenSearch.active i:nth-child(2) {
  bottom: 12px;
  width: 25px;
  height: 2px;
  transform: rotate(45deg);
}
.mOpenMenu .box {
  width: 26px;
}
.mOpenMenu .box,
.mOpenMenu i {
  position: absolute;
  height: 2px;
}
.mOpenMenu i {
  left: 0px;
  display: block;
  margin-bottom: 4px;
  width: 30px;
  background: rgb(255, 255, 255);
  transition: all 0.3s ease-out 0s;
}
.mOpenMenu i:first-child {
  top: -7px;
  width: 25px;
}
.mOpenMenu i:nth-child(2) {
  top: 0px;
  width: 20px;
}
.mOpenMenu i:nth-child(3) {
  top: 7px;
  width: 25px;
}
.mOpenMenu.active i:nth-child(3) {
  top: 0px;
  transform: rotate(-45deg);
}
.mOpenMenu.active i:first-child {
  top: 0px;
  transform: rotate(45deg);
}
.mOpenMenu.active i:nth-child(2) {
  opacity: 0;
}
.navMobileWrap .navMobileBox {
  display: none;
  overflow: hidden;
  height: calc(100vh - 56px);
}
.navMobileWrap .navMobileBox .navMoblie {
  height: calc(100vh - 121px);
  overflow: scroll;
}
.navMobileWrap .navMobileBox .navMoblie li > a {
  margin: 0px 15px;
  border-bottom: 1px solid rgb(222, 222, 222);
  display: flex;
  padding: 15px 0px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.navMobileWrap .navMobileBox .navMoblie li > a span {
  color: var(--mws-gray-8);
  font: 18px / 1 PingFang-Medium;
  transition: all 0.3s ease 0s;
}
.navMobileWrap .navMobileBox .navMoblie li > a .icon-svg {
  width: 20px;
  height: 20px;
  opacity: 0.6;
  fill: var(--mws-gray-8);
  transition: all 0.3s ease 0s;
}
.navMobileWrap .navMobileBox .navMoblie li > a.active span {
  opacity: 1;
}
.navMobileWrap .navMobileBox .navMoblie li > a.active .icon-svg {
  transform: rotate(90deg);
  opacity: 1;
}
.navMobileWrap .navMobileBox .navMoblie li .list-dl {
  display: none;
  padding: 15px 15px 30px;
  margin-top: -1px;
  background: rgb(247, 248, 250);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.navMobileWrap .navMobileBox .navMoblie li .list-dl dl {
  margin: 0px;
}
.navMobileWrap .navMobileBox .navMoblie li .list-dl dl dt {
  font-size: 16px;
  line-height: 1;
  color: rgb(0, 0, 0);
}
.navMobileWrap .navMobileBox .navMoblie li .list-dl dl dt a {
  display: block;
  padding: 15px;
}
.navMobileWrap .navMobileBox .navMoblie li .list-dl dl dt.active {
  color: rgb(0, 0, 0);
}
.navMobileWrap .navMobileBox .navMoblie li .list-dl dl dd {
  display: none;
  padding: 0px 15px;
  margin-left: 10px;
}
.navMobileWrap .navMobileBox .navMoblie li .list-dl dl dd a {
  font-size: 14px;
  color: rgb(0, 79, 193);
  display: block;
  line-height: 2;
}
.navMobileWrap .navMobileBox .language {
  position: absolute;
  bottom: 0px;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: rgb(255, 255, 255);
}
.navMobileWrap .navMobileBox .language a {
  display: flex;
  padding: 20px 0px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.navMobileWrap .navMobileBox .language a .icon-svg {
  width: 24px;
  height: 24px;
  opacity: 0.8;
  fill: var(--mws-gray-8);
}
.navMobileWrap .navMobileBox .language a span {
  margin-left: 4px;
  color: var(--mws-gray-8);
  font: 16px / 1 PingFang-Medium;
  opacity: 0.8;
}
.languageWrap {
  position: fixed;
  top: 56px;
  left: 0px;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: calc(100vh - 56px);
  background-color: rgb(255, 255, 255);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  z-index: 1000;
  transform: translateX(100%);
  transition: all 0.5s ease-out 0s;
}
.languageWrap.act {
  transform: translateX(0px);
}
.languageWrap .languageMain .getBack {
  background: rgb(245, 245, 245);
  padding: 10px 15px;
}
.languageWrap .languageMain .getBack,
.languageWrap .languageMain .getBack .icon-svg {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.languageWrap .languageMain .getBack .icon-svg {
  width: 22px;
  height: 22px;
  -webkit-box-pack: center;
  justify-content: center;
  transform: rotate(180deg);
}
.languageWrap .languageMain .getBack span {
  font-size: 16px;
}
.languageWrap .languageMain .lan_area_title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin: 20px 20px 10px;
}
.languageWrap .languageMain .language-menu {
  margin: 0px 20px;
}
.languageWrap .languageMain .language-menu li {
  font-size: 16px;
  display: block;
  width: 100%;
  padding: 7px 0px;
}
.languageWrap .languageMain .language-menu li a {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.searchTcWrap {
  top: 0px;
  right: 0px;
  left: 0px;
  overflow: hidden;
  padding: 0px 60px;
  height: 690px;
  background: rgb(255, 255, 255);
  transition: all 1s ease 0s;
  transform: translateY(-692px);
  z-index: -1;
  box-sizing: border-box;
}
.searchTcMask,
.searchTcWrap {
  position: fixed;
  width: 100%;
  opacity: 0;
}
.searchTcMask {
  z-index: 99;
  display: none;
  height: 100%;
  background: var(--mws-gray-8);
  transition: all 1.4s ease 0s;
  inset: 0px;
}
.searchTcWrap.open_search {
  display: block;
  opacity: 1;
  transform: translateY(0px);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 5px;
  z-index: 1000;
}
.searchTcMask.open_TcMask {
  display: block;
  opacity: 1;
}
.searchHead {
  display: flex;
  height: 100px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.searchHead .logo {
  width: 185px;
}
.searchHead .icon-svg {
  display: flex;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  fill: var(--mws-green);
}
.searchHead .icon-svg:hover {
  transform: rotate(90deg);
}
.searchOnly {
  margin: 60px 0px 100px 150px;
}
.searchOnly .hint {
  display: block;
  margin-bottom: 40px;
  color: var(--mws-green);
  font: 24px / 1 PingFang-Medium;
}
.searchOnly .title {
  margin-left: -0.1em;
  color: var(--mws-gray-8);
  font: 120px / 1 PingFang-Medium;
}
.searchOnly .con {
  display: flex;
  margin: 40px 0px 50px;
  padding: 25px 0px;
  width: 960px;
  border-bottom: 1px solid rgb(230, 230, 230);
  transition: all 0.3s ease 0s;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}
.searchOnly .con:hover {
  border-bottom-color: var(--mws-green);
}
.searchOnly .con input {
  width: 100%;
  height: 20px;
  border: 0px;
  color: var(--mws-gray-8);
  font: 18px / 20px PingFang-Medium;
}
.searchOnly .con input::-webkit-input-placeholder {
  color: var(--mws-gray-8);
  opacity: 0.5;
}
.searchOnly .con button {
  border: 0px;
  background: 0px 0px;
}
.searchOnly .con .icon-svg {
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.searchOnly .con .icon-svg,
.searchOnly .con button {
  width: 23px;
  height: 23px;
}
.searchOnly .con .icon-svg:hover {
  fill: var(--mws-green);
}
.searchOnly .text {
  display: block;
  margin-bottom: 24px;
  color: var(--mws-gray-8);
  font: 18px / 1 PingFang-Medium;
  opacity: 0.5;
}
.searchHot {
  display: flex;
  margin-left: -5px;
  flex-wrap: wrap;
}
.searchHot li {
  margin: 5px;
}
.searchHot li a {
  display: block;
  padding: 0px 2em;
  height: 40px;
  border-radius: 20px;
  background: rgb(242, 242, 242);
  color: var(--mws-gray-8);
  font: 18px / 40px PingFang-Medium;
  transition: all 0.3s ease 0s;
}
.searchHot li a:hover {
  background: var(--mws-green);
  color: rgb(255, 255, 255);
}
@media (max-width: 1379px) {
  .searchOnly {
    margin: 160px 0px 100px;
  }
}
@media (max-width: 1299px) {
  .searchOnly .con {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .searchOnly .hint {
    margin-bottom: 20px;
  }
  .searchOnly .title {
    font-size: 50px;
  }
  .searchOnly .con {
    margin: 20px 0px 30px;
  }
}
@media (max-width: 767px) {
  .searchTcWrap {
    overflow: hidden;
    padding: 0px 20px;
    height: 100vh;
    transform: translateY(-100vh);
  }
  .searchHead {
    height: 80px;
  }
  .searchHead .logo {
    width: 120px;
  }
  .searchOnly {
    margin: 130px 0px 0px;
  }
  .searchOnly .con {
    padding: 15px 0px;
  }
  .searchHot li a,
  .searchOnly .con input,
  .searchOnly .text {
    font-size: 14px;
  }
  .searchOnly .con .icon-svg,
  .searchOnly .con button {
    width: 20px;
    height: 20px;
  }
  .searchOnly .text {
    margin-bottom: 14px;
  }
  .searchHot li a {
    padding: 0px 1.5em;
    height: 36px;
    line-height: 36px;
  }
}
.navMobileWrap {
  position: fixed;
  top: 56px;
  left: 0px;
  z-index: 998;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-height: calc(100vh - 56px);
  background-color: rgb(255, 255, 255);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.mFooter {
  position: relative;
  padding: 20px;
  background: rgb(35, 43, 52);
}
.mFooter .phoneBox {
  margin-bottom: 4px;
  display: flex;
  align-items: center;
}
.mFooter .phoneBox .icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  background: rgb(31, 39, 47);
  display: flex;
  justify-content: center;
  align-items: center;
}
.mFooter .phoneBox .icon-svg {
  width: 14px;
  height: 14px;
  fill: rgb(255, 255, 255);
}
.mFooter .phoneBox .phone {
  margin-left: 10px;
}
.mFooter .phoneBox .phone a {
  color: rgb(255, 255, 255);
  font: 16px / 1.6 GILROY-MEDIUM;
}
.mFooter p {
  color: rgb(255, 255, 255);
  font: 12px / 1.8 Alibaba-PuHuiTi-Regular;
  opacity: 0.6;
}
.mFooter a {
  color: rgb(255, 255, 255);
}
.mFooter .line {
  margin: 15px 0px;
  height: 1px;
  width: 100%;
  background: rgb(255, 255, 255);
  opacity: 0.6;
}
.mFooterSocialMod {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.mFooterSocialMod .icon-svg {
  width: 24px;
  height: 24px;
  margin-right: 20px;
  fill: rgb(255, 255, 255);
  opacity: 0.6;
}
.mHeadEmpty,
.mHeader,
.mFooter {
  display: none;
}
@media (max-width: 1200px) {
}
@media (max-width: 1199px) {
  .changeHeader ~ .headerEmpty {
    height: 60px;
  }
  header,
  footer {
    display: none;
  }
  .mHeadEmpty,
  .mHeader {
    display: flex;
  }
  .mFooter {
    display: block;
  }
}
<!--0.0002140998840332-->