@media screen and (min-width: 1440px) and (max-width: 1920px) {
  html {
    font-size: 20px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1440px) {
  html {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1366px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  html {
    font-size: 14px;
  }
}
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 0.8rem;
  vertical-align: baseline;
  outline: none;
  box-sizing: border-box;
  font-family: "Noto Sans SC", Arial, Tahoma, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
body,
p {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
a,
ol,
ul,
li {
  list-style: none;
  text-decoration: none;
  color: #000;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border: 0;
  max-width: 100%;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}
.button {
  border-radius: 0;
}
textarea {
  -webkit-appearance: none;
}
input,
select {
  outline: none;
  border: none;
  background-color: transparent;
}
::-webkit-scrollbar {
  width: 4px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.6);
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #fff;
}
.dot {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dots {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.setBetween {
  display: flex;
  justify-content: space-between;
}
.setAlignCenter {
  display: flex;
  align-items: center;
}
.setCenter {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body {
  overflow-x: hidden;
  min-width: 300px;
}
.img img {
  display: block;
}
.boxShadow {
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}
#mb-header {
  display: none;
}
#mb-header #navbar-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #4700ff;
  z-index: 99;
  padding: 0 2.5%;
  box-sizing: border-box;
}
#mb-header #navbar-main #logo {
  width: 50%;
}
#mb-header #navbar-main #logo img {
  width: 100%;
}
#mb-header #navbar-main #sidebar-main-trigger {
  width: 30px;
}
#mb-header #navbar-main #sidebar-main-trigger img {
  width: 100%;
}
#mb-header #sidebar-main {
  background-color: #4700ff;
  width: 30% !important;
}
#mb-header #sidebar-main * {
  color: #fff;
}
#mb-header #sidebar-main a {
  border-color: #fff !important;
}
#mb-header #sidebar-main li:last-of-type a {
  border-bottom: none;
}
#mb-header #sidebar-main a {
  display: block;
  text-align: center;
  border-bottom: 1px solid #1d191a;
  padding: 16px 0;
}
#mb-header #sidebar-main-trigger {
  width: 30px;
  height: 24px;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
  background-color: #fff;
  padding: 6px 0;
  background-clip: content-box;
  cursor: pointer;
}
div[data-sidebar-main="mask"] {
  z-index: 100 !important;
}
.pagination {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}
.pagination .page-link,
.pagination .page-num {
  padding: 0.3rem 0.5rem;
  border: 1px solid #4700ff;
  margin: 0 0.2rem;
  border-radius: 0.1rem;
}
.pagination .page-link,
.pagination .page-num,
.pagination .page-link *,
.pagination .page-num * {
  font-size: 0.7rem;
}
.pagination .page-link:hover,
.pagination .page-num:hover {
  background-color: #4700ff;
}
.pagination .page-link:hover,
.pagination .page-num:hover,
.pagination .page-link:hover *,
.pagination .page-num:hover * {
  color: #fff;
}
.article-content > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.article-content .article-left {
  flex: 1;
  background-color: #fff;
  padding: 1rem;
}
.article-content .article-left .tit-top h1 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  font-weight: bold;
  line-height: 1.4;
}
.article-content .article-left .tit-top p {
  font-size: 0.9rem;
  color: #999;
}
.article-content .article-left .article-show {
  padding: 2rem 0;
  margin: 1rem 0;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}
.article-content .article-left .article-navi p {
  padding: 0.5rem 0;
}
.article-content .article-left .article-navi p,
.article-content .article-left .article-navi p a {
  color: #999;
}
.article-content .article-left .article-navi p a:hover {
  color: #4700ff;
}
.article-content .article-right {
  width: 18rem;
  margin-left: 2%;
}
.article-content .article-right .article-rec {
  padding: 1rem;
  background-color: #fff;
  margin-bottom: 1rem;
}
.article-content .article-right .article-rec h4 {
  font-size: 1rem;
  font-weight: bold;
}
.article-content .article-right .article-rec .rec-con {
  margin-top: 1rem;
}
.article-content .article-right .article-rec .rec-con > a {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.article-content .article-right .article-rec .rec-con > a:last-of-type {
  margin-bottom: 0;
}
.article-content .article-right .article-rec .rec-con .img {
  width: 34%;
  min-height: 4rem;
  background-color: #f5f5f5;
  position: relative;
}
.article-content .article-right .article-rec .rec-con .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-content .article-right .article-rec .rec-con .img p {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.3rem;
  font-size: 0.6rem;
  background-color: #4700ff;
  color: #fff;
}
.article-content .article-right .article-rec .rec-con .txt {
  flex: 1;
  margin-left: 4%;
  min-width: 0;
}
.article-content .article-right .article-rec .rec-con .txt h6 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.article-content .article-right .article-rec .rec-con .txt p {
  margin-top: 1rem;
  font-size: 0.7rem;
  color: #999;
}
.main-center {
  max-width: 70rem;
  margin: 0 auto;
}
.main-center-big {
  max-width: 80rem;
  margin: 0 auto;
  padding: 2.5rem 0;
  background-color: #fff;
}
@font-face {
  font-family: din;
  src: url("../fonts/din-bold-2.ttf");
}
@font-face {
  font-family: arc;
  src: url("../font/ARCHIVE.OTF");
}
.swiper-button {
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #4700ff;
  border-radius: 50%;
}
.swiper-button:hover {
  background-color: #4700ff;
}
.swiper-button:hover::after {
  color: #fff;
}
.swiper-button::after {
  font-size: 1rem;
  color: #4700ff;
}
.swiper-button.swiper-button-prev {
  left: 0;
}
.swiper-button.swiper-button-next {
  right: 0;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4.5rem;
  z-index: 20;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: all ease 0.3s;
}
header.fixed {
  background-color: #4700ff;
}
header * {
  color: #fff;
}
header > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  max-width: 70rem !important;
}
header .logo {
  width: 20rem;
  min-height: 1rem;
}
header ul {
  flex: 1;
  display: flex;
  justify-content: space-between;
  margin-left: 20%;
  margin-right: 4%;
}
header ul h4 {
  font-weight: normal;
}
header strong {
  font-weight: normal;
  display: inline-flex;
  align-items: center;
}
header strong .iconfont {
  font-size: 1.2rem;
  margin-right: 0.3rem;
}
header .tel {
  display: flex;
  align-items: center;
}
header .tel i {
  font-size: 2rem;
  margin-right: 0.5rem;
}
header .tel p {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
}
header .tel p a {
  font-size: 2rem;
  font-weight: bold;
}
.swiper-button {
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #4700ff;
  border-radius: 50%;
}
.swiper-button:hover {
  background-color: #4700ff;
}
.swiper-button:hover::after {
  color: #fff;
}
.swiper-button::after {
  font-size: 1rem;
  color: #4700ff;
}
.swiper-button.swiper-button-prev {
  left: 0;
}
.swiper-button.swiper-button-next {
  right: 0;
}
.index-banner {
  position: relative; text-align: center;
}
.index-banner .swiper-container {
  z-index: unset;
}
.index-banner .swiper-button {
  border-color: #fff;
}
.index-banner .swiper-button::after {
  color: #fff;
}
.index-banner .swiper-button:hover {
  background-color: #fff;
}
.index-banner .swiper-button:hover::after {
  color: #4700ff;
}
.index-banner .swiper-button-prev {
  left: 6%;
}
.index-banner .swiper-button-next {
  right: 6%;
}
.index-banner form {
  position: absolute;
  top: 50%;
  right: calc((100% - 70rem) / 2);
  width: 15rem;
  background-color: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
  transform: translateY(-50%);
  padding: 1rem;
  z-index: 10;
}
.index-banner form h2 {
  text-align: center;
  font-size: 1rem;
}
.index-banner form input,
.index-banner form select {
  width: 100%;
  height: 1.8rem;
  border-radius: 0.3rem;
  box-sizing: border-box;
  padding: 0 2%;
  border: 1px solid #999;
  margin-top: 1rem;
}
.index-banner form input[type="checkbox"] {
  width: 0.6rem;
  height: 0.6rem;
}
.index-banner form input[type="submit"] {
  background-color: #ff6600;
  border: none;
  color: #fff;
  cursor: pointer;
}
.index-banner form span {
  font-size: 0.6rem;
  color: #666;
}
.index-banner form > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
}
.index-banner form > div input {
  width: 60%;
  margin-right: 0.5rem;
  margin-top: 0 !important;
}
.index-banner form > div .mb-code {
  border: none;
  cursor: pointer;
}
.index-banner form > div .mb-code.dis {
  background-color: #ccc;
  cursor: no-drop;
}
.page-banner {
  min-height: 8rem;text-align: center;
  background-color: #666666;
}
.index-title {
  text-align: center;
  margin-bottom: 3rem;
}
.index-title h2 {
  color: #4700ff;
  display: inline-block;
  position: relative;
}
.index-title h2 span {
  font-size: 2rem;
  display: inline-block;
  position: relative;
}
.index-title h2 span::after {
  content: attr(en);
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  font-size: 3rem;
  text-transform: uppercase;
  color: #999;
  opacity: 0.3;
  transform: translateX(-50%);
  white-space: nowrap;
}
.index-title h2 span::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 14rem;
  height: 2rem;
  background-image: url("../images/title-line.png");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  transform: translateX(-50%);
}
.index-title p {
  font-size: 1.4rem;
  color: #666;
  margin-top: 0.5rem;
}
.side-container {
  width: 15rem;
}
.side-container > div {
  padding: 1rem;
  background-color: #fff;
  margin-bottom: 1rem;
}
.side-container h3 {
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.side-container h3 span {
  font: inherit;
}
.side-container h3 a {
  font-size: 0.6rem;
  color: #666;
}
.side-container .side-form form input,
.side-container .side-form form select {
  width: 100%;
  height: 1.8rem;
  border-radius: 0.3rem;
  box-sizing: border-box;
  padding: 0 2%;
  border: 1px solid #999;
  margin-top: 1rem;
}
.side-container .side-form form input[type="submit"] {
  background-color: #ff6600;
  border: none;
  color: #fff;
  cursor: pointer;
}
.side-container .side-form form > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
}
.side-container .side-form form > div input {
  width: 60%;
  margin-right: 0.5rem;
  margin-top: 0 !important;
}
.side-container .side-form form > div .mb-code {

  border: none;
  cursor: pointer;
}
.side-container .side-form form > div .mb-code.dis {
  background-color: #ccc;
  cursor: no-drop;
}
.side-container .side-use .con {
  display: flex;
  flex-wrap: wrap;
}
.side-container .side-use .item {
  width: 48%;
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}
.side-container .side-use .item .i {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #4700ff;
  margin: 0 auto;
}
.side-container .side-use .item .i i {
  color: #4700ff;
  font-size: 1.5rem;
}
.side-container .side-use .item p {
  text-align: center;
  font-size: 0.7rem;
  margin-top: 0.5rem;
  color: #666;
}
.side-container .side-article .con {
  margin-top: 0.5rem;
}
.side-container .side-article .con a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0.6rem 0;
}
main section {
  padding: 4rem 0;
}
footer {
  background-color: #333333;
}
footer * {
  color: #fff;
}
footer .top {
  padding: 2rem 0;
}
footer .content {
  display: flex;
}
footer .content .logo {
  max-width: 20rem;
}
footer .content .logo p {
  line-height: 1.8;
  font-size: 0.7rem;
  margin-top: 1rem;
}
footer .content .right {
  flex: 1;
  margin-left: 5rem;
}
footer .content .right > div {
  display: flex;
}
footer .content .right .nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
footer .content .right .nav a {
  margin-right: 2rem;
  display: inline-block;
  padding-bottom: 1rem;
}
footer .content .right .mes {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 1rem;
}
footer .content .right .mes .code {
  text-align: center;
  margin-right: 2rem;
}
footer .content .right .mes .code p {
  font-size: 0.7rem;
  margin-top: 0.5rem;
}
footer .content .right .mes .tel > div {
  display: flex;
}
footer .content .right .mes .tel > div * {
  font-size: 0.7rem;
}
footer .content .right .mes .tel > div i {
  font-size: 1rem;
  margin-right: 0.4rem;
}
footer .content .right .mes .tel > div a {
  font-size: 1.2rem;
  line-height: 1.4;
}
footer .bottom {
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
footer .bottom * {
  font-size: 0.7rem;
  line-height: 1.6;
}
footer .bottom p {
  text-align: center;
}
footer .footer-side-bar * {
  color: #4700ff !important;
}
footer .footer-side-bar {
  position: fixed;
  bottom: 10%;
  right: 1%;
  z-index: 99;
  border-bottom: none;
}
footer .footer-side-bar a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  margin-bottom: 0.1rem;
  background-color: #fff;
  position: relative;
  box-shadow: 0 0 0.5rem #ebebeb;
}
footer .footer-side-bar a .i {
  position: absolute;
  top: 0.2rem;
  right: 0.5rem;
  font-size: 0.6rem;
  color: #fff !important;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #4700ff;
  text-align: center;
  line-height: 0.8rem;
}
footer .footer-side-bar a .mask {
  position: absolute;
  right: calc(100% + 0.5rem);
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 0.5rem #ebebeb;
  padding: 0.5rem;
  border-radius: 0.2rem;
  display: none;
}
footer .footer-side-bar a .mask::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  border-left: 0.5rem solid #fff;
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
}
footer .footer-side-bar a .mask .img {
  width: 4rem;
  height: 4rem;
  background-color: #ccc;
}
footer .footer-side-bar a .mask span {
  display: inline-block;
  font-size: 0.7rem;
  margin-top: 0.5rem;
  white-space: nowrap;
}
footer .footer-side-bar a .icon {
  color: #832625;
  width: 1.5em;
  height: 1.5em;
  margin-bottom: 0.3rem;
}
footer .footer-side-bar a p {
  font-size: 0.6rem;
}
footer .footer-side-bar a:hover .mask {
  display: block;
}
footer .footer-side-bar li:last-of-type a {
  width: 2.2rem;
  height: 2.2rem;
  margin: 0 auto;
  border-radius: 50%;
}
footer .footer-side-bar li:last-of-type a .icon {
  margin-bottom: 0;
}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.mb-footer-bottom {
  display: none;
}
@media screen and (max-width: 768px) {
  #mb-header {
    display: block;
  }
  .main-center {
    padding: 0 2%;
  }
  body {
    padding-top: 3.5rem;
  }
  header {
    padding-left: 2%;
    padding-right: 2%;
    height: 3.5rem;
    position: fixed;
    background-color: #4700ff;
    display: none;
  }
  header .logo {
    width: 40%;
  }
  header ul {
    display: none;
  }
  header .tel * {
    font-size: 0.7rem !important;
  }
  .swiper-button {
    display: none;
  }
  main section {
    padding: 2rem 0;
  }
  main .index-title {
    margin-bottom: 4rem;
  }
  main .index-title h2 span {
    font-size: 1rem;
  }
  main .index-title h2 span::after {
    font-size: 1.5rem;
  }
  main .index-title p {
    font-size: 0.8rem;
  }
  main .main-0 {
    margin-top: 2rem;
  }
  main .main-0 .content {
    flex-wrap: wrap;
    width: 96%;
    margin: 0 auto;
  }
  main .main-0 .content .item {
    width: 49%;
    margin-bottom: 2%;
    justify-content: space-between;
    padding: 0 6%;
    flex: none;
  }
  main .main-0 .content .item:nth-of-type(even) {
    border-right: none;
  }
  main .main-0 .content .item .i {
    width: 3rem;
    height: 3rem;
  }
  main .main-0 .content .item .text p {
    font-size: 0.8rem;
  }
  main .main-1 .content form .txt {
    flex-direction: column;
    margin-bottom: 1rem;
  }
  main .main-1 .content form .txt div {
    flex: none;
    width: 100%;
    margin: 0;
    margin-bottom: 5%;
    border-radius: 0.4rem !important;
    border: 1px solid #ccc !important;
    padding: 0 2% !important;
  }
  main .main-1 .content form .txt div input {
    height: 2.5rem !important;
  }
  main .main-1 .content form .txt div.code span {
    position: relative;
    color: #333 !important;
  }
  main .main-1 .content form .txt div.code span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -1rem;
    height: 1rem;
    border-left: 1px solid #ccc;
    transform: translateY(-50%);
  }
  main .main-2 .content {
    flex-direction: column;
  }
  main .main-2 .content .item {
    width: 100%;
  }
  main .main-2 .content .item .img {
    transform: translate(0) !important;
  }
  main .main-2 .content .c {
    display: none;
  }
  main .main-3 .content {
    flex-direction: column;
  }
  main .main-3 .content::after {
    display: none;
  }
  main .main-3 .content .item {
    width: 100%;
  }
  main .main-3 .content .item .tit {
    height: 2rem;
    margin: -1rem auto;
  }
  main .main-3 .content .item .tit h4 {
    font-size: 1rem;
  }
  main .main-3 .content .item.right {
    padding-left: 0;
  }
  main .main-3 .content .item .text {
    padding-top: 1rem;
  }
  main .main-3 .content .item .text p span {
    font-size: 0.9rem;
  }
  main .main-4 .content {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  main .main-4 .content .item {
    margin-right: 0;
  }
  main .main-4 .content .item::after {
    display: none;
  }
  main .main-4 .content .item h6 {
    font-size: 0.9rem;
  }
  main .main-4 .content .item p {
    font-size: 0.8rem;
  }
  main .main-5 .content .swiper-slide .text h6 {
    font-size: 1rem;
  }
  main .main-6 .content .swiper-slide {
    width: 100%;
    padding: 0.5rem;
  }
  main .main-6 .content .swiper-slide .text h6 {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
  }
  main .main-6 .content .swiper-slide .text p {
    font-size: 0.7rem;
  }
  footer .top .content {
    flex-direction: column;
  }
  footer .top .content .logo {
    max-width: 100%;
  }
  footer .top .content .logo img {
    max-width: 60%;
    display: block;
    margin: 0 auto;
  }
  footer .top .content .logo p {
    text-align: center;
  }
  footer .top .content .right {
    margin-left: 0;
  }
  footer .top .content .right .nav {
    display: none;
  }
  footer .top .content .right .mes .code {
    margin-right: 1rem;
  }
  footer .top .content .right .mes .tel > div {
    display: flex;
    align-items: center;
  }
  footer .top .content .right .mes .tel > div > div {
    display: flex;
    align-items: center;
  }
  footer .footer-side-bar {
    display: none;
  }
  .side-container {
    width: 100%;
  }
  .side-container h3 {
    font-size: 1rem;
  }
  .article-content > div {
    flex-direction: column;
  }
  .article-content .article-left {
    flex: none;
    width: 100%;
    margin-bottom: 1rem;
  }
  .article-content .article-right {
    width: 100%;
    margin-left: 0;
  }
  .mb-footer-bottom {
    position: fixed;
    bottom: 0px;
    left: 0;
    width: 100%;
    display: flex;
    padding: 2%;
    z-index: 99;
    background-image: linear-gradient(to right, #dd680e, #c6274b);
  }
  .mb-footer-bottom * {
    color: #fff;
  }
  .mb-footer-bottom .btn {
    display: flex;
    justify-content: space-around;
    flex: 1;
  }
  .mb-footer-bottom .btn .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .mb-footer-bottom .btn .icon {
    font-size: 1.5rem;
  }
  .mb-footer-bottom .tel {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 100%; height: 2.4rem;
    border-radius: 4rem;
    background-color: #d5bf95;
    color: #c6274b;
    font-size: 1rem;
    font-weight: bold;
  }
}
