@charset "utf-8";

* {
  transition: all 0.3s;
}

:root {
  --themeColor: #0c3879;
  --subThemeColor: #2f52ae;
  --deepThemeColor: #00135a;
  --white: #FFF;
  --hsbgColor: #e9e9e9;
  --yeloColor: #f4cd53;
  --bth3Color: #333;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('../font-awesome-4.7.0/fontawesome-webfont.woff') format('woff');
}

/* @font-face {
  font-family: "Exo-Medium";
  src: url("../fonts/Exo-VariableFont_wght.ttf") format("truetype");
  font-weight: 500;
  font-display: swap
} */


.container {
  max-width: 1580px;
  padding: 0 15px;
  margin: 0 auto;
}

.flexWrapBet {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.flexCenter {
  display: flex;
  justify-content: center;
}

.flexDireCenter {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.touDiv {
  background: var(--themeColor);
  height: 1rem;
}

.btn {
  position: relative;
  font-size: 0.875rem;
  text-decoration: none;
  padding: 0.5em 1em;
  display: inline-block;
  border-radius: 0.4em;
  transition: all 0.2s;
  border: none;
  font-weight: 500;
  color: var(--white);
  background-color: var(--subThemeColor);
}

.btn:hover {
  /* transform: translateY(-3px); */
  /* box-shadow: 0 5px 10px var(--yeloColor); */
  background: var(--yeloColor);
}

.btn:active {
  /* transform: translateY(-1px); */
  /* box-shadow: 0 5px 10px var(--yeloColor); */
}
.mark {
  position: relative;
  pointer-events: none;
}
.mark .mark-img {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  position: absolute !important;
  left: 50%;
  top: 50%;
  opacity: .7;
  transform: translate(-50%,-50%);
  z-index: 9 !important;
}
 .btn::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 0.4rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.4s;
}

/*.btn::after {*/
/*  background-color: var(--yeloColor);*/
/*} */

.btn:hover::after {
  transform: scaleX(1.2) scaleY(1.4);
  opacity: 0;
}

.btn a {
  color: var(--white);
}

.jxy-header {
  background: var(--white);
  position: fixed !important;
  top: 0;
  z-index: 8;
  width: 100%;
  /* padding: 1.2rem 0 !important; */
  z-index: 99;
}

.mxh-header {
  background-color: #fff;
}

.mxh-header .tou-nav .dh-ul li {
  padding: 26px 1.5rem;
}
#menu-item-28:hover {
  box-shadow: 5px 0px 6px -2px rgb(130 127 127 / 40%), -5px 0 6px -2px rgb(130 127 127 / 40%);
}
.mxh-header .tou-nav .dh-ul li.current-category-ancestor.current-menu-ancestor {
  box-shadow: 0 -3px var(--subThemeColor) inset;
}
.mxh-header .tou-nav .dh-ul li > .sub-menu {
  position: absolute;
  top: 100%;
  background-color: #fff;
  z-index: 9;
  display: none;
  padding: 20px;
  box-shadow: 0px 4px 6px 0px rgb(0 0 0 / 20%);
}
.mxh-header .tou-nav .dh-ul li#menu-item-28 > .sub-menu {
  position: absolute;
  top: 100%;
  background-color: #fff;
  z-index: 9;
  width: 100%;
  display: flex;
  /* flex-direction: column; */
  flex-wrap: wrap;
  align-items: flex-start;
  display: none;
  max-width: 100%;
  min-height: 200px;
  max-width: 100%;
  padding: 20px 20px 0 30px;
  z-index: -99;
  /* max-width: 1580px; */
  margin: 0 auto;
  margin-left: -25px;
}
.mxh-header .tou-nav .dh-ul li#menu-item-28 > .sub-menu > li > a {
  /* font-size: 20px;
  color: #2a66bc; */
  color: #333;
}
.mxh-header .tou-nav .dh-ul li#menu-item-28 > .sub-menu > li >  .sub-menu > li a{
  font-size: 18px;
}
.mxh-header nav {
  position: relative;
}
.mxh-header .tou-nav .dh-ul li > .sub-menu .sub-menu  {
  display: block;
  position: static;
  visibility: visible;
  transform: unset;
  opacity: 1;
  padding: 0;
  box-shadow: none;
  margin-bottom: 32px;
  padding-right: 30px;

}
.mxh-header .tou-nav .dh-ul li#menu-item-28 .sub-menu > li {
  /* font-weight: bold; */
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  width: 33.33%;
}
.mxh-header .tou-nav .dh-ul li > .sub-menu li {
  padding: 0;
  width: 100%;
  margin-bottom: 15px;
}
.mxh-header .tou-nav .dh-ul li .sub-menu > li .sub-menu > li {
  margin-bottom: 0;
  font-weight: 100;
  box-shadow: none;
  padding: 0;
  line-height: 1.6;
}
.mxh-header .tou-nav .dh-ul li .sub-menu > li .sub-menu {
  margin: 10px 0 5px;
  max-height: unset;
}
.mxh-header .tou-nav .dh-ul li:hover > .sub-menu {
  display: block;
}
.mxh-header .tou-nav .dh-ul li#menu-item-28:hover > .sub-menu {
  box-shadow: 0px -6px 10px -7px rgb(130 127 127 / 40%);
  display: flex;
  z-index: 9;
}
.mxh-header .tou-nav .dh-ul li a {
  font-size: 18px;
}

.mxh-header .tou-nav .saYan-ul {
  position: relative;
  margin-left: 3.5rem;
}

.mxh-header .tou-nav .saYan-ul .say-ul-lis:nth-of-type(2) {
  margin: 0 3.35rem;
}

.mxh-header .tou-nav .saYan-ul .say-ul-lis {
  cursor: pointer;
  position: relative;
  z-index: 10;
}

.mxh-header .tou-nav .saYan-ul .say-ul-lis i.fa {
  color: var(--themeColor);
  position: relative;
  z-index: 3;
}

.mxh-header .tou-nav .saYan-ul .say-ul-lis .xfks {
  position: absolute;
  z-index: 2;
  padding: 0.55rem;
  left: -35px;
    top: 30px;
    display: none;
  background: var(--subThemeColor);
  /*opacity: 0;*/
  /*visibility: hidden;*/
  animation-name: widthDiv;
  animation-duration: 0.6s;
}

.search_box {
  display: none;
  position: absolute;
  top: 50px;
  right: -150px;
  background-color: #fff;
  border-top: 1px solid #999;
  padding: 15px 5px;
  box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
  line-height: 2;
  z-index: 9;
  border-radius: 30px;
  width: 320px;
}
.search_box i {
  font-size: 18px;
}
.search_box form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  padding: 0 15px;
  font-size: 18px;
}

.search_box form button {
  background: transparent;
}

.mxh-header .tou-nav .saYan-ul .say-ul-lis:hover .xfks {
  display: block;
  
}

.mxh-header .tou-nav .saYan-ul .say-ul-lis:hover i.fa {
  color: var(--yeloColor);
  /*transform: rotate(360deg);*/
}

.mxh-header .tou-nav .saYan-ul .say-ul-lis:hover:before {
  border: 2px solid var(--yeloColor);
}

/* .mxh-header .tou-nav .saYan-ul .say-ul-lis:hover .search_box {
  display: block;
} */


.mxh-header .tou-nav .saYan-ul .say-ul-lis::before {
  content: '';
  border: 1px solid var(--themeColor);
  height: 2rem;
  width: 2rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  z-index: -1;
}

.mxh-footer {
  /* padding-bottom: 270px; */
  background: var(--themeColor);
}

.mxh-footer .foter-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.mxh-footer .foter-1 .rightItem {
  margin-right: 7rem;
}

.mxh-footer .foter-1 .rightItem .item-lis {
     width: 32px;
    height: 32px;
    margin-left: 0.15rem;
    position: relative;
    background: #fff;
    border-radius: 9px;
    
}

.mxh-footer .foter-1 .rightItem .item-lis i.fa {
  color: var(--themeColor);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mxh-footer .foter-1 .rightItem .item-lis:hover i {
    color: var(--yeloColor);
  /*transform: translateY(-0.25rem) rotate(360deg);*/
}

.mxh-footer .foter-2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 2rem 0;
}

.mxh-footer .foter-2 .container {
  align-items: baseline;
}

.mxh-footer .foter-2 .container .lt-item {
  width: 50%;
}

.mxh-footer .foter-2 .container .lt-item .lt-tops {
  align-items: baseline;
}

.mxh-footer .foter-2 .container .lt-item .lt-tops .lt-uls {
  color: var(--white);
}

.mxh-footer .foter-2 .container .lt-item .lt-tops .lt-uls .jczt {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.mxh-footer .foter-2 .container .lt-item .lt-tops .lt-uls .jczt:nth-of-type(2){
  margin-bottom: 35px;
}
.mxh-footer .foter-2 .container .lt-item .lt-tops .lt-uls .uis-bt {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.mxh-footer .foter-2 .container .lt-item .lt-tops .lt-uls .uis-nr {
  font-size: 0.875rem;
  margin-bottom:16px;
}

.mxh-footer .foter-2 .container .lt-item .lt-tops .lt-uls .uis-nr>* {
  width: 50%;
}

.mxh-footer .foter-2 .container .lt-item .lt-tops .lt-uls:first-of-type {
  width: 40%;
}
.mxh-footer .foter-2 .container .lt-item .lt-tops .lt-uls:last-of-type {
  width: 25%;
}
.mxh-footer .foter-2 .container .lt-item .lt-boms {
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: var(--yeloColor);
  display: inline-block;
  padding: 0.73rem 1.5rem;
  font-size: 0.875rem;
  border-radius: 0.325rem;
  margin-top: 2rem;
}

.mxh-footer .foter-2 .container .rt-item {
  color: var(--white);
  width: 46%;
}

.mxh-footer .foter-2 .container .rt-item .rt-tops {
  align-items: baseline;
}

.mxh-footer .foter-2 .container .rt-item .rt-tops .rt-bt {
  margin-bottom: 1.1rem;
  font-size: 1.125rem;
  font-weight: 600;
}

.mxh-footer .foter-2 .container .rt-item .rt-tops .rt-nr {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}

.mxh-footer .foter-2 .container .rt-item .rt-boms {
  margin-top: 1rem;
}

.mxh-footer .foter-2 .container .rt-item .rt-boms .bom-ul {
  align-items: baseline;
}

.mxh-footer .foter-2 .container .rt-item .rt-boms .bom-ul .bom-ul-li {
  margin-top: 0.5rem;
}
.mxh-footer .foter-2 .container .rt-item .rt-boms .bom-ul .bom-ul-li a {
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 3px;
}
.mxh-footer .foter-2 .container .rt-item .rt-boms .bom-ul .bom-ul-li i.fa {
  color: var(--yeloColor);
  margin-right: 0.5rem;
}

.mxh-footer .foter-2 .container .rt-item .wx-ewm {
  margin-right: 7rem;
}

.mxh-footer .foter-2 .container .rt-item .wx-ewm .wx-wa {
  font-size: 0.875rem;
  color: var(--yeloColor);
  margin-top: 0.5rem;
}

.mxh-footer .foter-2 .container .rt-item .wx-ewm .wx-wa i.fa {
  margin-right: 0.21rem;
}

.mxh-footer .foter-2 .container .lt-item .lt-tops .lt-uls .uis-nr>* a,
.mxh-footer .foter-2 .container .rt-item .rt-tops .rt-nr a,
.mxh-footer .foter-2 .container .lt-item .lt-tops .lt-uls .jczt a {
  color: var(--white) !important;
}

.mxh-footer .foter-2 .container .lt-item .lt-tops .lt-uls .uis-nr>* a:hover,
.mxh-footer .foter-2 .container .rt-item .rt-tops .rt-nr a:hover,
.mxh-footer .foter-2 .container .lt-item .lt-tops .lt-uls .jczt a:hover {
  color: var(--yeloColor) !important;
}

.mxh-footer .foter-3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.mxh-footer .foter-3>* {
  color: var(--white);
  font-size: 0.875rem;
}

.mxh-footer .foter-3 .zb-ys {
  margin-right: 7rem;
}
.mxh-footer .foter-3 .zb-ys a{
  color: var(--white);
}
.mxh-footer .foter-4 {
  background: var(--deepThemeColor);
  padding: 2rem 0;
}

.mxh-footer .foter-4 .f4wa {
  color: var(--white);
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.35rem;
  margin-bottom: 1.86rem;
}

.mxh-footer .foter-4 .btn {
  background: var(--yeloColor);
  margin: 0 auto;
  display: table;
}

.mxh-footer .foter-4 .btn a {
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
}

.mxh-footer .foter-5 {
  height: 5rem;
  background: var(--themeColor);
}
.messageBd {
  display: none;
  width: 30%;
  padding: 30px 30px 20px 30px;
  position: fixed;
  top: 20%;
  left: 50%;
  z-index: 100;
  transform: translate(-50%, -20%);
  background: #fff;
  border-radius: 16px;
  box-shadow:
    0px 0px 3.9px rgba(0, 0, 0, 0.017),
    0px 0px 8.8px rgba(0, 0, 0, 0.024),
    0px 0px 15.3px rgba(0, 0, 0, 0.03),
    0px 0px 24.3px rgba(0, 0, 0, 0.035),
    0px 0px 37.5px rgba(0, 0, 0, 0.04),
    0px 0px 58.5px rgba(0, 0, 0, 0.046),
    0px 0px 97.1px rgba(0, 0, 0, 0.053),
    0px 0px 194px rgba(0, 0, 0, 0.07);
}

.messageBd h3 {
  font-size: 24px;
  color: #0f226f;
  padding-bottom: 20px;
  border-bottom: 1px solid #c7c7c7;
  margin-bottom: 35px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.messageBd h3 .error {
  background: #2f52ae;
  color: #FFF;
  padding: 5px 10px;
  cursor: pointer;
  position: absolute;
  right: 0;
  font-size: 16px;
}

.messageBd h3 img {
  margin-right: 20px;
}

.messageBd label {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.messageBd label span {
  font-size: 16px;
  color: #0f226f;
  display: inline-block;
  width: 95px;
}

.messageBd label span i {
  color: #fb0404;
  margin-right: 11px;
  position: relative;
  top: 3px;
}

.messageBd label textarea,
.messageBd label select,
.messageBd label input {
  height: 35px;
  border: 1px solid #0f226f;
  border-radius: 8px;
  flex: 1;
  margin-bottom: 20px;
  padding: 5px 15px;
  font-size: 14px;
  color: #a7a7a7;
  outline: none;
}

.messageBd button {
  padding: 10px 42px;
  border-radius: 8px;
  font-size: 16px;
  color: #fff;
  background: #2f52ae;
  position: relative;
  left: 45%;
}


.messageBd button:hover {
  background: #0c3879;
}

.messageBd .comment {
  height: 225px;
}

.messageBd label:last-of-type {
  align-items: unset;
}

.messageBd label:last-of-type span {
  padding-top: 16px;
}

.selectInput {
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari 和 Chrome */
  background: url("../images/pages/slect-jt.png") 95% center no-repeat;
  padding-left: 10px;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
  display: none;
}

@media (max-width:1300px) {
  .messageBd {
    border-radius: unset;
    width: 100%;
    height: 100vh;
    padding: 50px 10px;
  }

  .messageBd label select,
  .messageBd label input {
    width: 235px;
  }

  .messageBd .comment {
    height: 150px;
  }

  .selectInput {
    /* Safari 和 Chrome */
    background: url("../images/pages/slect-jt.png")200px center no-repeat;
  }
}
.fixed {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
}
.goTop {
  background: var(--subThemeColor);
  cursor: pointer;
  position: fixed;
  right: 20px;
  top: 70%;
  padding: 0.7rem 0.8rem;
  z-index: 100;
  overflow: hidden;
}

.goTop i.fa {
  font-size: 1.35rem;
  color: var(--white);
  font-weight: 100;
}

.goTop .boli {
  transform: translateY(-33px);
  position: absolute;
  width: 1rem;
  height: 5rem;
  top: -70px;
  right: -20px;
  transform: rotate(-35deg);
  background-color: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(3.5px);
  -webkit-backdrop-filter: blur(3.5px);
  border: none;
  box-shadow: rgba(142, 142, 142, 0.19) 0px 6px 15px 0px;
  -webkit-box-shadow: rgba(142, 142, 142, 0.19) 0px 6px 15px 0px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  color: rgba(255, 255, 255, 0.15);
  transition: all 1s;
}

.goTop:hover {
  background: var(--deepThemeColor);
}

.goTop:hover .boli {
  top: 10px;
  right: 50px;
}

.burger div {
  width: 25px;
  height: 3px;
  background: var(--themeColor);
  margin: 4px;
}

.burger {
  display: none;
}
.mxh-sjxyx {
  position: fixed;
  z-index: 20;
  top: 20%;
  right: 0;
}

.mxh-sjxyx .sjx-ul {
  position: relative;
}

.mxh-sjxyx .sjx-ul li {
  background: var(--subThemeColor);
  height: 50px;
  line-height: 50px;
  padding: 0 12px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  cursor: pointer;
  position: relative;
  right: -208px;
}

.mxh-sjxyx .sjx-ul li:nth-of-type(2) {
  margin: 5px 0;
}

.mxh-sjxyx .sjx-ul li span.wa {
  margin-left: 10px;
  color: var(--yeloColor);
  font-size: 18px;
}

.mxh-sjxyx .sjx-ul li:hover{
  right: 0;
}
.mxh-sjxyx .sjx-ul li:last-of-type {
  right: -208px;
}
.fixed-chat {
  position: fixed;
  z-index: 20;
  top: 20%;
  right: 0;
}
.fixed-chat ul {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.fixed-chat ul li {
  margin-bottom: 5px;
  width: 50px;
  text-align: center;
  cursor: pointer;
}
.fixed-chat ul li a {
  position: relative;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: var(--subThemeColor);
  color: #ffffff;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.fixed-chat .fixed-chat-tel{ width: 220px; height: 50px; line-height: 50px;background: var(--subThemeColor);    border-radius: 6px;}
.fixed-chat-position {position: absolute; bottom: 0; right: 55px; background-color: var(--default); opacity: 0; transform: translateX(10px); visibility: hidden; transition: all .3s;color: var(--yeloColor);font-size: 18px;}
.fixed-chat ul li a:hover .fixed-chat-position{opacity: 1; visibility: visible;}
@media (max-width: 1300px) {
  .mxh-header .tou-nav .dh-ul li > .sub-menu {
    display: none !important;
  }
  .mxh-footer .foter-3,
  .mxh-footer .foter-4,
  .mxh-footer .foter-2,
  .mxh-newlb,
  .mxh-videos,
  .mxh-chanpin,
  .mxh-pullman,
  .mxh-ferrari {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .burger {
    display: block;
  }

  .burger.active div {
    transition: 0.15s ease-in-out 0.15s;
  }

  .burger.active .top-line {
    transform: rotate(45deg) translate(4px, 6px);
  }

  .burger.active .bottom-line {
    transform: rotate(-45deg) translate(4px, -6px);
  }

  .burger.active .middle-line {
    opacity: 0;
    transform: translateX(10px);
    transition: 0.1s ease-in-out;
  }

  .tou-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    background: rgba(50, 58, 67, 0.93);
    z-index: 11;
    width: 75%;
    padding: 0 4vw;
    transform: translateX(-100%);
    transition: 0.2s ease-in-out;
  }

  .tou-nav.open {
    transform: translateX(0);
  }

  .mxh-header .tou-nav {
    flex-direction: column;
    align-items: baseline;
    justify-content: unset;
    position: fixed;
  }

  .mxh-header .tou-nav .dh-ul {
    width: 100%;
    flex-direction: column;
    align-items: baseline;
    padding: 30px 0;
  }

  .mxh-header .tou-nav .dh-ul li {
    /* line-height: 60px; */
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
  }

  .mxh-header .tou-nav .dh-ul li a {
    color: var(--white);
    font-size: 14px;
  }

  .mxh-header .tou-nav .saYan-ul {
    margin: 0 auto;
  }

  .mxh-header .tou-nav .dh-ul li {
    margin: 0;
  }

  .mxh-header .tou-nav .saYan-ul .say-ul-lis:nth-of-type(2) {
    margin: 0 60px;
  }

  .mxh-header .tou-nav .saYan-ul .say-ul-lis .xfks {
    padding: 10px;
  }

  .mxh-header .tou-nav .saYan-ul .say-ul-lis i.fa {
    color: var(--white);
  }

  .mxh-header .tou-nav .saYan-ul .say-ul-lis::before {
    border: 1px solid white;
  }

  .jxy-header {
    padding: 10px 0 !important;
    border-bottom: 3px solid var(--themeColor);
  }

  .tou-logo img {
    height: 25px;
  }

  .burger {
    transform: scale(.9);
  }

  .mxh-footer .foter-1 .rightItem {
    margin: 0;
  }

  .mxh-footer .foter-1 .leftItem img {
    width: 100px;
  }

  .mxh-footer .foter-2 .container {
    flex-direction: column;
  }

  .mxh-footer .foter-2 .container .lt-item {
    display: none;
  }

  .mxh-footer .foter-2 .container .rt-item {
    width: 100%;
  }

  .mxh-footer .foter-2 .container .rt-item .rt-tops .rt-bt {
    margin-bottom: 10px;
  }

  .mxh-footer .foter-2 .container .rt-item .rt-boms .bom-ul .bom-ul-li {
    margin: 0 0 10px 0;
  }

  .mxh-footer .foter-3 .zb-ys {
    margin: 0;
    margin-top: 10px;
  }

  .mxh-footer .foter-4 .f4wa {
    margin-bottom: 10px;
  }

  .mxh-footer .foter-4 .btn {
    padding: 5px 10px;
  }

  .mxh-footer .foter-4 .f4wa,
  .mxh-footer .foter-4 .btn a {
    font-size: 10px;
  }

  .mxh-footer .foter-2 .container .rt-item .rt-tops .rt-bt {
    font-size: 14px;
  }

  .mxh-footer .foter-2 .container .rt-item .rt-boms .bom-ul .bom-ul-li,
  .mxh-footer .foter-2 .container .rt-item .rt-tops .rt-nr {
    font-size: 12px;
  }

  .mxh-footer .foter-5 {
    height: 1rem;
  }
  .mxh-sjxyx,.fixed-chat {
    display: none;
  }
}
@media (max-width: 768px) {
  .mxh-footer .foter-3>* {
    font-size: 12px;
  }
}