@media (max-width: 1200px) {
}
@media (max-width: 992px) {
}
@media (max-width: 768px) {
}
footer {
  overflow: hidden;
}
.footerMain {
  height: 492px;
  width: 100%;
  background: url("../images/footer-bg.jpg") center top / 100% no-repeat;
  background-size: cover;
  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("../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 {
}
.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 p a {
  margin-left: 12px;
}
.footerCopy .list {
  display: flex;
  align-items: center;
}
.footerCopy .list li {
  margin-left: 42px;
}
header {
  position: fixed;
  z-index: 1;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 100;
}
.headerTop {
  height: 101px;
  border-top: 5px solid rgb(1, 124, 221);
  display: flex;
  align-items: center;
  overflow: hidden;
  transition: all 0.8s ease;
}
.headerTop > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headerTop .logo {
  width: 153px;
  transition: all 0.8s ease;
}
.headerTop .logo a {
  display: block;
}
.headerTop .logo a img {
  width: 100%;
}
.headerTop .search {
  width: 320px;
  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: 16px / 1 Alibaba-PuHuiTi-Regular;
  background: none;
}
.headerNav {
  position: relative;
  overflow: hidden;
}
.headerNav > div {
  height: 75px;
  border-top: 1px solid rgb(191, 205, 216);
  border-bottom: 1px solid rgb(191, 205, 216);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headerNav .navlist {
  width: 75%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.headerNav .navlist li {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.headerNav .navlist li + li a {
  padding: 0px 10px;
}
.headerNav .navlist li a {
  height: 100%;
  color: var(--xlc-text-default-bold);
  font: bold 17px / 1.2 Alibaba-PuHuiTi-Medium;
  display: flex;
  align-items: center;
}
.headerNav .smallnav {
  overflow: hidden;
}
.headerNav .smallnav .item {
  display: flex;
  align-items: center;
}
.headerNav .smallnav .item .icon {
  display: block;
}
.headerNav .smallnav .item span {
  margin-left: 9px;
  font: bold 16px / 1.2 Alibaba-PuHuiTi-Medium;
}
.headerNav .smallnav .item .icon.cn {
  width: 27px;
  height: 27px;
  background: url("../images/icon-cn.png") 0% 0% / 27px no-repeat;
}
.changeHeader .headerTop {
  height: 81px;
  background: url("../images/headerTop_bg.jpg") center top / 100% no-repeat rgb(255, 255, 255);
  background-size: cover;
}
.changeHeader .headerTop .logo {
  width: 132px;
}
.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;
}
.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("../images/icon-cn-on.png") 0% 0% / 27px no-repeat;
}
.changeHeader .headerNav .navlist li::after {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  width: 0;
  height: 4px;
  background: rgb(255, 255, 255);
  transition: all 0.8s ease;
  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("../images/subnav-desktop-bg.jpg") center top / 100% no-repeat rgb(255, 255, 255);
  background-size: cover;
  overflow: hidden;
  display: none;
  align-items: center;

  position: fixed;
  z-index: -1;
  width: 100%;
  top: 156px;
  left: 0;
  right: 0;
  margin: 0 auto;
  /* box-shadow: 0 1px 0 rgb(55 56 60 / 30%); */
  box-shadow: 0 3px 5px rgb(0 0 0 / 5%);
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.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 {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.subnav-desktop .boxes:nth-child(2) > div,
.subnav-desktop .boxes:nth-child(2) > ul {
  -webkit-transition-delay: 0.07s;
  transition-delay: 0.07s;
}
.subnav-desktop .boxes:nth-child(3) > div,
.subnav-desktop .boxes:nth-child(3) > ul {
  -webkit-transition-delay: 0.14s;
  transition-delay: 0.14s;
}
.subnav-desktop .boxes > div,
.subnav-desktop .boxes > ul {
  transition: all 1s ease;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  opacity: 0;
}
.subnav-desktop.active .boxes > div,
.subnav-desktop.active .boxes > ul {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  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: 0;
  left: -100vh;
  width: 100vh;
  height: 100%;
  background: #f6f7fb;
}
.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;
  /* width: 360px; */
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
}
.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;
  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(0);
}
.subnav-desktop .subimg {
  width: 500px;
  height: 300px;
  border-radius: 20px;
  overflow: hidden;
}
.subnav-desktop .subimg img {
  transition: all 0.8s ease;
}
.subnav-desktop .subimg:hover img {
  transform: scale(1.15);
}
.subnavWrap {
  position: relative;
  z-index: 99;
}

.changeHeader ~ .headerEmpty {
  height: 156px;
}
.footerTopLine {
  width: 100%;
  height: 2px;
  background: #0080e2;
  overflow: hidden;
}

.mHeader {
  background: var(--xlc-bg-blue-8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  padding: 0 20px;
  width: 100%;
  height: 60px;
  -webkit-box-shadow: rgb(0 0 0 / 6%) 0 1px 3px 2px;
  box-shadow: 0 1px 3px 2px rgb(0 0 0 / 6%);
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.mOpenSearch .box {
  width: 26px;
}
.mOpenSearch i {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
}
.mOpenSearch i:nth-child(1) {
  display: block;
  width: 20px;
  height: 20px;
  border: 2px #fff solid;
  border-radius: 50%;
}
.mOpenSearch i:nth-child(2) {
  position: absolute;
  bottom: 4px;
  right: 2px;
  width: 8px;
  height: 2px;
  background: #fff;
  transform: rotate(45deg);
}
.mOpenSearch.active i:nth-child(1) {
  top: 0;
  width: 25px;
  height: 2px;
  border: 0;
  border-radius: 0;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.mOpenSearch.active i:nth-child(2) {
  bottom: 12px;
  width: 25px;
  height: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.mOpenMenu .box {
  width: 26px;
}

.mOpenMenu .box,
.mOpenMenu i {
  position: absolute;
  height: 2px;
}

.mOpenMenu i {
  left: 0;
  display: block;
  margin-bottom: 4px;
  width: 30px;
  background: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
}

.mOpenMenu i:first-child {
  top: -7px;
  width: 25px;
}

.mOpenMenu i:nth-child(2) {
  top: 0;
  width: 20px;
}

.mOpenMenu i:nth-child(3) {
  top: 7px;
  width: 25px;
}

.mOpenMenu.active i:nth-child(3) {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.mOpenMenu.active i:first-child {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-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: 0 15px;
  border-bottom: 1px solid #dedede;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navMobileWrap .navMobileBox .navMoblie li > a span {
  color: var(--mws-gray-8);
  font: 18px/1 PingFang-Medium;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navMobileWrap .navMobileBox .navMoblie li > a .icon-svg {
  width: 20px;
  height: 20px;
  opacity: 0.6;
  fill: var(--mws-gray-8);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navMobileWrap .navMobileBox .navMoblie li > a.active span {
  opacity: 1;
}

.navMobileWrap .navMobileBox .navMoblie li > a.active .icon-svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 1;
}

.navMobileWrap .navMobileBox .navMoblie li .list-dl {
  display: none;
  padding: 15px 15px 30px;
  margin-top: -1px;
  background: #f7f8fa;
  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: 0;
}

.navMobileWrap .navMobileBox .navMoblie li .list-dl dl dt {
  font-size: 16px;
  line-height: 1;
  color: #000;
}
.navMobileWrap .navMobileBox .navMoblie li .list-dl dl dt a {
  display: block;
  padding: 15px;
}
.navMobileWrap .navMobileBox .navMoblie li .list-dl dl dt.active {
  color: #000;
}

.navMobileWrap .navMobileBox .navMoblie li .list-dl dl dd {
  display: none;
  padding: 0 15px;
  margin-left: 10px;
}

.navMobileWrap .navMobileBox .navMoblie li .list-dl dl dd a {
  font-size: 14px;
  color: #004fc1;
  display: block;
  line-height: 2;
}

.navMobileWrap .navMobileBox .language {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
}

.navMobileWrap .navMobileBox .language a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-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: 0;
  z-index: 998;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: calc(100vh - 56px);
  background-color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 1000;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.languageWrap.act {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.languageWrap .languageMain .getBack {
  background: #f5f5f5;
  padding: 10px 15px;
}

.languageWrap .languageMain .getBack,
.languageWrap .languageMain .getBack .icon-svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.languageWrap .languageMain .getBack .icon-svg {
  width: 22px;
  height: 22px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: rotate(180deg);
  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: 0 20px;
}

.languageWrap .languageMain .language-menu li {
  font-size: 16px;
  display: block;
  width: 100%;
  padding: 7px 0;
}

.languageWrap .languageMain .language-menu li a {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.searchTcWrap {
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  overflow: hidden;
  padding: 0 60px;
  height: 690px;
  background: #fff;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  -webkit-transform: translateY(-692px);
  transform: translateY(-692px);
  z-index: -1;
  -webkit-box-sizing: border-box;
  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);
  -webkit-transition: all 1.4s ease 0s;
  transition: all 1.4s ease 0s;
  inset: 0;
}

.searchTcWrap.open_search {
  z-index: 100;
  display: block;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  z-index: 1000;
}

.searchTcMask.open_TcMask {
  display: block;
  opacity: 1;
}

.searchHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.searchHead .logo {
  width: 185px;
}

.searchHead .icon-svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  fill: var(--mws-green);
}

.searchHead .icon-svg:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.searchOnly {
  margin: 60px 0 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0 50px;
  padding: 25px 0;
  width: 960px;
  border-bottom: 1px solid #e6e6e6;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.searchOnly .con:hover {
  border-bottom-color: var(--mws-green);
}

.searchOnly .con input {
  width: 100%;
  height: 20px;
  border: 0;
  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: 0;
  background: 0 0;
}

.searchOnly .con .icon-svg {
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -5px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.searchHot li {
  margin: 5px;
}

.searchHot li a {
  display: block;
  padding: 0 2em;
  height: 40px;
  border-radius: 20px;
  background: #f2f2f2;
  color: var(--mws-gray-8);
  font: 18px/40px PingFang-Medium;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.searchHot li a:hover {
  background: var(--mws-green);
  color: #fff;
}

@media (max-width: 1379px) {
  .searchOnly {
    margin: 160px 0 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 0 30px;
  }
}

@media (max-width: 767px) {
  .searchTcWrap {
    overflow: hidden;
    padding: 0 20px;
    height: 100vh;
    -webkit-transform: translateY(-100vh);
    transform: translateY(-100vh);
  }

  .searchHead {
    height: 80px;
  }

  .searchHead .logo {
    width: 120px;
  }

  .searchOnly {
    margin: 130px 0 0;
  }

  .searchOnly .con {
    padding: 15px 0;
  }

  .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: 0 1.5em;
    height: 36px;
    line-height: 36px;
  }
}

.navMobileWrap {
  position: fixed;
  top: 56px;
  left: 0;
  z-index: 998;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-height: calc(100vh - 56px);
  background-color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mFooter {
  padding: 20px;
  background: #232b34;
}

.mFooter .phoneBox {
  margin-bottom: 4px;
  display: flex;
  align-items: center;
}
.mFooter .phoneBox .icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  background: #1f272f;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mFooter .phoneBox .icon-svg {
  width: 14px;
  height: 14px;
  fill: #fff;
}
.mFooter .phoneBox .phone {
  margin-left: 10px;
}
.mFooter .phoneBox .phone a {
  color: #fff;
  font: 16px/1.6 GILROY-MEDIUM;
}
.mFooter p {
  color: #fff;
  font: 12px / 1.8 Alibaba-PuHuiTi-Regular;
  opacity: 0.6;
}
.mFooter a {
  color: #fff;
}
.mFooter .line {
  margin: 15px 0;
  height: 1px;
  width: 100%;
  background: #fff;
  opacity: 0.6;
}
.mFooterSocialMod {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.mFooterSocialMod .icon-svg {
  width: 24px;
  height: 24px;
  margin-right: 20px;
  fill: #fff;
  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;
  }
}
