@charset "UTF-8";
/*! minireset.css v0.0.2 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  font-size: 14px;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6; }

@media screen and (max-width: 850px) {
  html {
    background-color: #fff !important; } }

a {
  text-decoration: none; }

ul {
  list-style: none; }

#app,
body {
  font-family: 'Microsoft YaHei', '微软雅黑', Arial, sans-serif ,Arial, SimHei, "黑体" !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

table {
  width: 100%;
  margin-bottom: 1em;
  border-color: #ececec;
  border-spacing: 0; }

th,
td {
  padding: 0.5em;
  text-align: left;
  border-bottom: 1px solid #ececec;
  line-height: 1.3;
  font-size: 0.9em; }

td {
  color: #666; }

th:first-child,
td:first-child {
  padding-left: 0; }

th:last-child,
td:last-child {
  padding-right: 0; }

.dark th,
.dark td {
  border-color: rgba(255, 255, 255, 0.08); }

td label,
td .label,
td input,
td select,
td form,
td dl,
td p {
  margin: 0.5em 0; }

label {
  color: #222; }

.table {
  display: table; }

.table-cell {
  display: table-cell;
  vertical-align: middle; }

*,
*:before,
*:after {
  box-sizing: border-box; }

p:empty {
  display: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0.5em;
  text-rendering: optimizeSpeed; }

.h1,
h1 {
  font-size: 1.7em;
  line-height: 1.3; }

.h2,
h2 {
  font-size: 1.6em;
  line-height: 1.3; }

.h3,
h3 {
  font-size: 1.25em; }

.h4,
h4 {
  font-size: 1.125em; }

.h5,
h5 {
  font-size: 1em; }

.h6,
h6 {
  font-size: 0.85em;
  opacity: 0.8; }

h1.entry-title.mb {
  margin-bottom: 30px; }

.tabbed-content {
  position: relative;
  display: flex;
  flex-flow: row wrap; }

.spec_tabs_section .tabbed-content ul.nav {
  position: absolute;
  bottom: 0; }

.tabbed-content .nav,
.tabbed-content .tab-panels {
  width: 100%; }

.nav {
  position: relative;
  display: inline-block;
  display: flex;
  flex-flow: row wrap;
  align-items: center; }

.spec_tabs_section .tabbed-content ul.nav li.tab {
  border: 1px solid #c9c9c9;
  width: 31%;
  margin-bottom: 9px;
  padding: 0px 4px 0px 0px; }

.spec_tabs_section .tabbed-content ul.nav li.tab a {
  background: url(https://cn.greenwoodsasset.com/wp-content/uploads/2018/11/ico_right.png) right center no-repeat; }

.spec_tabs_section .tabbed-content ul.nav li.tab a {
  color: #628cdb;
  height: 100px;
  padding: 14px 24px 14px 14px;
  width: 100%;
  display: block; }

.tab-panels {
  padding-bottom: 150px; }

.img img {
  width: 100%; }

img {
  max-width: 100% !important;
  height: auto;
  display: inline-block;
  vertical-align: middle; }

.col,
.gallery-item,
.columns {
  position: relative;
  margin: 0;
  padding: 0 15px 30px;
  width: 100%; }

.row-collapse > .flickity-viewport > .flickity-slider > .col,
.row-collapse > .col {
  padding: 0 !important; }

/* 通用样式 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100%;
  font-family: 'MicrosoftYaHei','Microsoft YaHei', '微软雅黑', Arial, sans-serif;
  line-height: 1.6;
  color: #333;
}

/* 滚动条样式 */
/* ::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
} */

/* 链接样式 */
a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}

/* 按钮样式 */
.el-button {
  border-radius: 4px;
  font-weight: 500;
}

/* 卡片样式 */
.card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  padding: 20px;
  margin-bottom: 20px;
}

/* 响应式工具类 */
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

/* 动画效果 */
.fade-enter-active, .fade-leave-active {
  transition: opacity 0.3s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

.slide-enter-active, .slide-leave-active {
  transition: transform 0.3s;
}

.slide-enter, .slide-leave-to {
  transform: translateX(100%);
}

/* 媒体查询 */
@media (max-width: 1200px) {
  .container {
    max-width: 960px;
  }
}

@media (max-width: 768px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
  }
  
  h1 {
    font-size: 28px;
  }
  
  h2 {
    font-size: 24px;
  }
  
  h3 {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 10px;
  }
  
  h1 {
    font-size: 24px;
  }
  
  h2 {
    font-size: 20px;
  }
  
  h3 {
    font-size: 18px;
  }
}


.about-us-img{
  background: url(../../static/img/about-us-img.svg) no-repeat;
  background-size: 90%;
  max-width: 270px;
  height: 100px;
}


.company-honors{
  max-width: 504px;
  height: 100px;
  background: url(../../static/img/company-honors.svg) no-repeat;
  background-size: 90%;
  
}

.subnav-item{
  font-size: 20px;
}
.list-inline {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding-left: 0; }
  .list-inline li {
    list-style: none; }

.text-center {
  text-align: center !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.is-circle {
  border-radius: 50% !important; }

.line-clamp {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all; }
  .line-clamp.line-clamp-2 {
    -webkit-line-clamp: 2; }
  .line-clamp.line-clamp-3 {
    -webkit-line-clamp: 3; }
  .line-clamp.line-clamp-4 {
    -webkit-line-clamp: 4; }
  .line-clamp.line-clamp-5 {
    -webkit-line-clamp: 5; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-cell {
  display: table-cell !important; }

.d-table-row {
  display: table-row !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

.pos-relative {
  position: relative !important; }

.pos-absolute {
  position: absolute !important; }

.pos-fixed {
  position: fixed !important; }

.border-top {
  border-top: 1px solid #E4E7ED; }

.border-top-grey {
  border-top: 1px solid #E4E7ED; }

.border-bottom {
  border-bottom: 1px solid #E4E7ED; }

.border-bottom-grey {
  border-bottom: 1px solid #E4E7ED; }

.border-right {
  border-right: 1px solid #E4E7ED; }

.border-right-grey {
  border-right: 1px solid #E4E7ED; }

.border-left {
  border-left: 1px solid #E4E7ED; }

.border-left-grey {
  border-left: 1px solid #E4E7ED; }

.border-0 {
  border: 0 !important; }

.p-0 {
  padding: 0px !important; }

.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.pl-0 {
  padding-left: 0px !important; }

.pr-0 {
  padding-right: 0px !important; }

.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

.pt-0 {
  padding-top: 0px !important; }

.pb-0 {
  padding-bottom: 0px !important; }

.m-0 {
  margin: 0px !important; }

.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important; }

.ml-0 {
  margin-left: 0px !important; }

.mr-0 {
  margin-right: 0px !important; }

.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important; }

.mt-0 {
  margin-top: 0px !important; }

.mb-0 {
  margin-bottom: 0px !important; }

.p-1 {
  padding: 5px !important; }

.px-1 {
  padding-left: 5px !important;
  padding-right: 5px !important; }

.pl-1 {
  padding-left: 5px !important; }

.pr-1 {
  padding-right: 5px !important; }

.py-1 {
  padding-top: 5px !important;
  padding-bottom: 5px !important; }

.pt-1 {
  padding-top: 5px !important; }

.pb-1 {
  padding-bottom: 5px !important; }

.m-1 {
  margin: 5px !important; }

.mx-1 {
  margin-left: 5px !important;
  margin-right: 5px !important; }

.ml-1 {
  margin-left: 5px !important; }

.mr-1 {
  margin-right: 5px !important; }

.my-1 {
  margin-top: 5px !important;
  margin-bottom: 5px !important; }

.mt-1 {
  margin-top: 5px !important; }

.mb-1 {
  margin-bottom: 5px !important; }

.p-2 {
  padding: 10px !important; }

.px-2 {
  padding-left: 10px !important;
  padding-right: 10px !important; }

.pl-2 {
  padding-left: 10px !important; }

.pr-2 {
  padding-right: 10px !important; }

.py-2 {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.pt-2 {
  padding-top: 10px !important; }

.pb-2 {
  padding-bottom: 10px !important; }

.m-2 {
  margin: 10px !important; }

.mx-2 {
  margin-left: 10px !important;
  margin-right: 10px !important; }

.ml-2 {
  margin-left: 10px !important; }

.mr-2 {
  margin-right: 10px !important; }

.my-2 {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.mt-2 {
  margin-top: 10px !important; }

.mb-2 {
  margin-bottom: 10px !important; }

.p-3 {
  padding: 15px !important; }

.px-3 {
  padding-left: 15px !important;
  padding-right: 15px !important; }

.pl-3 {
  padding-left: 15px !important; }

.pr-3 {
  padding-right: 15px !important; }

.py-3 {
  padding-top: 15px !important;
  padding-bottom: 15px !important; }

.pt-3 {
  padding-top: 15px !important; }

.pb-3 {
  padding-bottom: 15px !important; }

.m-3 {
  margin: 15px !important; }

.mx-3 {
  margin-left: 15px !important;
  margin-right: 15px !important; }

.ml-3 {
  margin-left: 15px !important; }

.mr-3 {
  margin-right: 15px !important; }

.my-3 {
  margin-top: 15px !important;
  margin-bottom: 15px !important; }

.mt-3 {
  margin-top: 15px !important; }

.mb-3 {
  margin-bottom: 15px !important; }

.p-4 {
  padding: 20px !important; }

.px-4 {
  padding-left: 20px !important;
  padding-right: 20px !important; }

.pl-4 {
  padding-left: 20px !important; }

.pr-4 {
  padding-right: 20px !important; }

.py-4 {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.pt-4 {
  padding-top: 20px !important; }

.pb-4 {
  padding-bottom: 20px !important; }

.m-4 {
  margin: 20px !important; }

.mx-4 {
  margin-left: 20px !important;
  margin-right: 20px !important; }

.ml-4 {
  margin-left: 20px !important; }

.mr-4 {
  margin-right: 20px !important; }

.my-4 {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

.mt-4 {
  margin-top: 20px !important; }

.mb-4 {
  margin-bottom: 20px !important; }

.p-5 {
  padding: 25px !important; }

.px-5 {
  padding-left: 25px !important;
  padding-right: 25px !important; }

.pl-5 {
  padding-left: 25px !important; }

.pr-5 {
  padding-right: 25px !important; }

.py-5 {
  padding-top: 25px !important;
  padding-bottom: 25px !important; }

.pt-5 {
  padding-top: 25px !important; }

.pb-5 {
  padding-bottom: 25px !important; }

.m-5 {
  margin: 25px !important; }

.mx-5 {
  margin-left: 25px !important;
  margin-right: 25px !important; }

.ml-5 {
  margin-left: 25px !important; }

.mr-5 {
  margin-right: 25px !important; }

.my-5 {
  margin-top: 25px !important;
  margin-bottom: 25px !important; }

.mt-5 {
  margin-top: 25px !important; }

.mb-5 {
  margin-bottom: 25px !important; }

.p-6 {
  padding: 30px !important; }

.px-6 {
  padding-left: 30px !important;
  padding-right: 30px !important; }

.pl-6 {
  padding-left: 30px !important; }

.pr-6 {
  padding-right: 30px !important; }

.py-6 {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

.pt-6 {
  padding-top: 30px !important; }

.pb-6 {
  padding-bottom: 30px !important; }

.m-6 {
  margin: 30px !important; }

.mx-6 {
  margin-left: 30px !important;
  margin-right: 30px !important; }

.ml-6 {
  margin-left: 30px !important; }

.mr-6 {
  margin-right: 30px !important; }

.my-6 {
  margin-top: 30px !important;
  margin-bottom: 30px !important; }

.mt-6 {
  margin-top: 30px !important; }

.mb-6 {
  margin-bottom: 30px !important; }

.p-7 {
  padding: 35px !important; }

.px-7 {
  padding-left: 35px !important;
  padding-right: 35px !important; }

.pl-7 {
  padding-left: 35px !important; }

.pr-7 {
  padding-right: 35px !important; }

.py-7 {
  padding-top: 35px !important;
  padding-bottom: 35px !important; }

.pt-7 {
  padding-top: 35px !important; }

.pb-7 {
  padding-bottom: 35px !important; }

.m-7 {
  margin: 35px !important; }

.mx-7 {
  margin-left: 35px !important;
  margin-right: 35px !important; }

.ml-7 {
  margin-left: 35px !important; }

.mr-7 {
  margin-right: 35px !important; }

.my-7 {
  margin-top: 35px !important;
  margin-bottom: 35px !important; }

.mt-7 {
  margin-top: 35px !important; }

.mb-7 {
  margin-bottom: 35px !important; }

.p-8 {
  padding: 40px !important; }

.px-8 {
  padding-left: 40px !important;
  padding-right: 40px !important; }

.pl-8 {
  padding-left: 40px !important; }

.pr-8 {
  padding-right: 40px !important; }

.py-8 {
  padding-top: 40px !important;
  padding-bottom: 40px !important; }

.pt-8 {
  padding-top: 40px !important; }

.pb-8 {
  padding-bottom: 40px !important; }

.m-8 {
  margin: 40px !important; }

.mx-8 {
  margin-left: 40px !important;
  margin-right: 40px !important; }

.ml-8 {
  margin-left: 40px !important; }

.mr-8 {
  margin-right: 40px !important; }

.my-8 {
  margin-top: 40px !important;
  margin-bottom: 40px !important; }

.mt-8 {
  margin-top: 40px !important; }

.mb-8 {
  margin-bottom: 40px !important; }

.p-9 {
  padding: 45px !important; }

.px-9 {
  padding-left: 45px !important;
  padding-right: 45px !important; }

.pl-9 {
  padding-left: 45px !important; }

.pr-9 {
  padding-right: 45px !important; }

.py-9 {
  padding-top: 45px !important;
  padding-bottom: 45px !important; }

.pt-9 {
  padding-top: 45px !important; }

.pb-9 {
  padding-bottom: 45px !important; }

.m-9 {
  margin: 45px !important; }

.mx-9 {
  margin-left: 45px !important;
  margin-right: 45px !important; }

.ml-9 {
  margin-left: 45px !important; }

.mr-9 {
  margin-right: 45px !important; }

.my-9 {
  margin-top: 45px !important;
  margin-bottom: 45px !important; }

.mt-9 {
  margin-top: 45px !important; }

.mb-9 {
  margin-bottom: 45px !important; }

.p-10 {
  padding: 50px !important; }

.px-10 {
  padding-left: 50px !important;
  padding-right: 50px !important; }

.pl-10 {
  padding-left: 50px !important; }

.pr-10 {
  padding-right: 50px !important; }

.py-10 {
  padding-top: 50px !important;
  padding-bottom: 50px !important; }

.pt-10 {
  padding-top: 50px !important; }

.pb-10 {
  padding-bottom: 50px !important; }

.m-10 {
  margin: 50px !important; }

.mx-10 {
  margin-left: 50px !important;
  margin-right: 50px !important; }

.ml-10 {
  margin-left: 50px !important; }

.mr-10 {
  margin-right: 50px !important; }

.my-10 {
  margin-top: 50px !important;
  margin-bottom: 50px !important; }

.mt-10 {
  margin-top: 50px !important; }

.mb-10 {
  margin-bottom: 50px !important; }

.fs-0 {
  font-size: 12px !important; }

.title-0 {
  font-size: 12px !important;
  margin-bottom: 10px; }

.title-w-0 {
  font-size: 12px !important;
  font-weight: bold !important;
  margin-bottom: 10px; }

.fs-1 {
  font-size: 14px !important; }

.title-1 {
  font-size: 14px !important;
  margin-bottom: 10px; }

.title-w-1 {
  font-size: 14px !important;
  font-weight: bold !important;
  margin-bottom: 10px; }

.fs-2 {
  font-size: 16px !important; }

.title-2 {
  font-size: 16px !important;
  margin-bottom: 10px; }

.title-w-2 {
  font-size: 16px !important;
  font-weight: bold !important;
  margin-bottom: 10px; }

.fs-3 {
  font-size: 18px !important; }

.title-3 {
  font-size: 18px !important;
  margin-bottom: 10px; }

.title-w-3 {
  font-size: 18px !important;
  font-weight: bold !important;
  margin-bottom: 10px; }

.fs-4 {
  font-size: 20px !important; }

.title-4 {
  font-size: 20px !important;
  margin-bottom: 10px; }

.title-w-4 {
  font-size: 20px !important;
  font-weight: bold !important;
  margin-bottom: 10px; }

.ml-auto {
  margin-left: auto !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-space {
  flex: 1 !important; }

.flex-shrink {
  flex-shrink: 0 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-around {
  justify-content: space-around !important; }

.justify-content-between {
  justify-content: space-between !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

.d-inline-block {
  display: inline-block; }

.w-100 {
  width: 100% !important; }

.w-25 {
  width: 25% !important; }

.w-0 {
  width: 0 !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-85 {
  width: 85% !important; }

.h-100 {
  height: 100% !important; }

.float-right {
  float: right; }

.float-left {
  float: left; }

.text-nowrap {
  white-space: nowrap !important; }

.cursor-pointer {
  cursor: pointer; }

.over-hidden {
  overflow: hidden !important; }

.clear-both {
  clear: both; }

.is-divider {
  height: 3px;
  display: block;
  background-color: rgba(0, 0, 0, 0.1);
  margin: 1em 0 1em;
  width: 100%;
  max-width: 30px; }


/* 蒙层 */
.statement-mask[data-v-6a9e4bda] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2000;
}

/* 主体容器 */
.statement-wrapper[data-v-6a9e4bda] {
  width: 90%;
  max-width: 500px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.statement-wrapper header[data-v-6a9e4bda] {
  padding: 16px 24px;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
}
.statement-wrapper section[data-v-6a9e4bda] {
  padding: 24px;
  max-height: 60vh;
  overflow-y: auto;
}
.statement-wrapper footer[data-v-6a9e4bda] {
  padding: 16px 0;
  border-top: 1px solid #f0f0f0;
  display: flex;
  justify-content: center;
  gap: 32px;
}
.statement-btn[data-v-6a9e4bda] {
  min-width: 120px;
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 14px;
}
.statement-btn.primary[data-v-6a9e4bda] {
  background: #ca3625;
  color: #fff;
}
.statement-btn.primary[data-v-6a9e4bda]:hover {
  opacity: 0.9;
}
.statement-btn.secondary[data-v-6a9e4bda] {
  background: #f5f5f5;
  color: #555;
}
.statement-btn.secondary[data-v-6a9e4bda]:hover {
  background: #e8e8e8;
}
.fade-enter-active[data-v-6a9e4bda],
.fade-leave-active[data-v-6a9e4bda] {
  transition: opacity 0.3s;
}
.fade-enter-from[data-v-6a9e4bda],
.fade-leave-to[data-v-6a9e4bda] {
  opacity: 0;
}

/* PC-specific styles */
@media (min-width: 1280px) {
.statement-wrapper[data-v-6a9e4bda] {
    width: 1200px;
    max-width: 1200px;
}
.statement-wrapper section[data-v-6a9e4bda] {
    height: 600px;
    max-height: 600px;
}
}


.header[data-v-47c2589e] {
  position: fixed;
  height: 92px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #fff;
  /* display: flex;
  align-items: center;
  justify-content: space-between; */
}
.container[data-v-47c2589e] {
  max-width: 1200px;
  margin: 0 auto;
  /* padding: 0 20px; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 92px;
}
.container img[data-v-47c2589e]{
  width: 16%;
}
.logo-section[data-v-47c2589e] {
  display: flex;
  align-items: center;
  gap: 15px;
}
.logo[data-v-47c2589e] {
  position: relative;
}
.logo-circle[data-v-47c2589e] {
  width: 40px;
  height: 40px;
  border: 3px solid #fff;
  border-radius: 50%;
  position: relative;
}
.logo-circle[data-v-47c2589e]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.logo-text h1[data-v-47c2589e] {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  line-height: 1;
}
.logo-text p[data-v-47c2589e] {
  color: #fff;
  font-size: 10px;
  margin: 1px 0;
  line-height: 1;
}
.logo-text span[data-v-47c2589e] {
  color: #fff;
  font-size: 9px;
  line-height: 1;
}
.nav[data-v-47c2589e] {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: nowrap;
}
.nav-list[data-v-47c2589e] {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
  flex-wrap: nowrap;
  align-items: center;
}
.nav-item[data-v-47c2589e] {
  position: relative;
}
.nav-item[data-v-47c2589e]:not(:last-child)::after {
  content: "|";
  color: #ddd;
  margin: 0 24px;
  font-size: 14px;
}
.nav-item a[data-v-47c2589e] {
  color: #000;
  text-decoration: none;
  font-size: 18px;
  transition: color 0.3s;
}
.nav-item.active a[data-v-47c2589e] {
  color: #ca3625;
  position: relative;
  font-weight: bold;
}
/* .nav-item.active a::after {
  content: "";
  position: absolute;
  bottom: -36px;
  left: 0;
  right: 0;
  height: 2px;
  background: #ca3625;
} */
.nav-item:not(.has-dropdown) a[data-v-47c2589e]:hover {
  color: #ca3625;
}

/* 下拉菜单样式 */
.nav-item.has-dropdown[data-v-47c2589e] {
  position: relative;
}
.nav-item.has-dropdown:hover > a[data-v-47c2589e] {
  color: #ca3625;
}
.dropdown-menu[data-v-47c2589e] {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%) translateY(-3px);
  background: rgba(255, 255, 255, 0.98);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: none;
  border-radius: 6px;
  list-style: none;
  margin: 0;
  padding: 8px 0;
  min-width: 160px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1001;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08), 0 1px 4px rgba(0, 0, 0, 0.04);
}
.dropdown-menu.show[data-v-47c2589e] {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.dropdown-menu[data-v-47c2589e]::before {
  display: none;
}
.dropdown-item[data-v-47c2589e] {
  margin: 0;
  padding: 0;
}
.dropdown-item a[data-v-47c2589e] {
  display: block;
  padding: 10px 28px;
  color: #666;
  text-decoration: none;
  font-size: 13px;
  transition: all 0.15s ease;
  white-space: nowrap;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
}
.dropdown-item:not(:last-child) a[data-v-47c2589e] {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.dropdown-item:hover a[data-v-47c2589e]{
  color: #ca3625 !important;
}
.dropdown-item a.no-url[data-v-47c2589e] {
  cursor: default;
  color: #999;
}
.dropdown-item a.no-url[data-v-47c2589e]:hover {
  background-color: transparent;
  color: #999;
  padding-left: 24px;
}

/* 下拉箭头 */
.dropdown-arrow[data-v-47c2589e] {
  display: inline-block;
  margin-left: 5px;
  font-size: 10px;
  transition: transform 0.3s ease;
  vertical-align: middle;
}
.dropdown-arrow.open[data-v-47c2589e] {
  transform: rotate(180deg);
}
@media (min-width: 769px) {
.dropdown-arrow[data-v-47c2589e] {
    display: none;
}
}
.login-btn[data-v-47c2589e] {
  border-radius: 20px;
  border: 1px solid #FFFFFF;
  width: 90px;
  height: 40px;
  color: #fff !important;
  text-align: center;
  line-height: 40px;
}

/* 汉堡菜单按钮 */
.mobile-menu-btn[data-v-47c2589e] {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 44px;
  height: 44px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
  min-width: 44px;
  min-height: 44px;
}
.hamburger-line[data-v-47c2589e] {
  width: 100%;
  height: 3px;
  background: #333;
  transition: all 0.3s ease;
  transform-origin: center;
  border-radius: 2px;
}
.mobile-menu-btn.active .hamburger-line[data-v-47c2589e]:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}
.mobile-menu-btn.active .hamburger-line[data-v-47c2589e]:nth-child(2) {
  opacity: 0;
}
.mobile-menu-btn.active .hamburger-line[data-v-47c2589e]:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

/* 移动端适配 */
@media (max-width: 768px) {
.header[data-v-47c2589e] {
    height: 70px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.container[data-v-47c2589e] {
    padding: 0 15px;
    height: 70px;
}
.container img[data-v-47c2589e] {
    width: 120px;
    max-width: 40%;
    -o-object-fit: contain;
       object-fit: contain;
}
.logo-text h1[data-v-47c2589e] {
    font-size: 16px;
}
.logo-text p[data-v-47c2589e] {
    font-size: 8px;
}
.logo-text span[data-v-47c2589e] {
    font-size: 7px;
}
.nav[data-v-47c2589e] {
    gap: 0;
}
.nav-list[data-v-47c2589e] {
    gap: 0;
}
.nav-item[data-v-47c2589e]:not(:last-child)::after {
    display: none;
}

  /* 在768px以下就显示汉堡菜单 */
.mobile-menu-btn[data-v-47c2589e] {
    display: flex;
}
.mobile-menu-btn.active .hamburger-line[data-v-47c2589e] {
    background: #fff;
}
.nav-list[data-v-47c2589e] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.98);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0;
    padding-top: 80px;
    transform: translateX(-100%);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.nav-list.mobile-open[data-v-47c2589e] {
    transform: translateX(0);
}
.nav-item[data-v-47c2589e] {
    margin: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.nav-item[data-v-47c2589e]:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.nav-item a[data-v-47c2589e] {
    font-size: 16px;
    padding: 16px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    color: rgba(255, 255, 255, 0.95);
    min-height: 52px;
    transition: background-color 0.2s ease;
}
.nav-item.active a[data-v-47c2589e] {
    color: #ca3625;
    background-color: rgba(202, 54, 37, 0.1);
}
.nav-item a[data-v-47c2589e]:active {
    background-color: rgba(255, 255, 255, 0.1);
}
.nav-item.has-dropdown .dropdown-menu[data-v-47c2589e] {
    position: static;
    transform: none;
    margin: 0;
    padding: 0;
    border: none;
    background: rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}
.nav-item.has-dropdown .dropdown-menu.show[data-v-47c2589e] {
    max-height: 500px;
}
.nav-item.has-dropdown .dropdown-menu[data-v-47c2589e]::before {
    display: none;
}
.nav-item.has-dropdown .dropdown-item[data-v-47c2589e] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    width: 100%;
    margin: 0;
}
.nav-item.has-dropdown .dropdown-item[data-v-47c2589e]:last-child {
    border-bottom: none;
}
.nav-item.has-dropdown .dropdown-item a[data-v-47c2589e] {
    color: rgba(255, 255, 255, 0.8);
    border-bottom: none;
    padding: 14px 20px 14px 40px;
    font-size: 14px;
    min-height: 48px;
    width: 100%;
    box-sizing: border-box;
}
.nav-item.has-dropdown .dropdown-item a[data-v-47c2589e]:hover,
  .nav-item.has-dropdown .dropdown-item a[data-v-47c2589e]:active {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ca3625;
    padding-left: 44px;
}
.dropdown-arrow[data-v-47c2589e] {
    font-size: 12px;
    margin-left: 8px;
    color: rgba(255, 255, 255, 0.7);
}
.login-btn[data-v-47c2589e] {
    display: none;
}

  /* 防止背景滚动 */
body.menu-open[data-v-47c2589e] {
    overflow: hidden;
}
}

/* 超小屏幕适配 */
@media (max-width: 480px) {
.header[data-v-47c2589e] {
    height: 60px;
}
.container[data-v-47c2589e] {
    padding: 0 12px;
    height: 60px;
}
.container img[data-v-47c2589e] {
    width: 100px;
    max-width: 35%;
}
.mobile-menu-btn[data-v-47c2589e] {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
}
.hamburger-line[data-v-47c2589e] {
    height: 2.5px;
}
.nav-list[data-v-47c2589e] {
    padding-top: 70px;
}
.nav-item a[data-v-47c2589e] {
    font-size: 15px;
    padding: 14px 16px;
    min-height: 48px;
}
.nav-item.has-dropdown .dropdown-item a[data-v-47c2589e] {
    padding: 12px 16px 12px 36px;
    font-size: 13px;
    min-height: 44px;
    width: 100%;
    box-sizing: border-box;
}
.nav-item.has-dropdown .dropdown-item a[data-v-47c2589e]:hover,
  .nav-item.has-dropdown .dropdown-item a[data-v-47c2589e]:active {
    padding-left: 40px;
}
.dropdown-arrow[data-v-47c2589e] {
    font-size: 11px;
}
.mobile-menu-btn.active .hamburger-line[data-v-47c2589e] {
    background: #fff;
}
}

@charset "UTF-8";
.footer[data-v-fc756330] {
  background: #fff;
  padding: 0px 0 20px 0;
  position: relative;
  overflow: hidden;
  background-size: 100%;
}
.footer-top[data-v-fc756330] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  margin: 60px auto 0px;
  max-width: 1200px;
}
.footer-logo[data-v-fc756330] {
  display: flex;
  align-items: center;
  gap: 15px;
}
.footer-logo-img[data-v-fc756330] {
  -o-object-fit: contain;
     object-fit: contain;
  width: 15%;
}
.footer-logo-text h3[data-v-fc756330] {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin: 0;
  line-height: 1;
}
.footer-logo-text p[data-v-fc756330] {
  font-size: 12px;
  color: #666;
  margin: 2px 0;
  line-height: 1;
}
.footer-logo-text span[data-v-fc756330] {
  font-size: 10px;
  color: #999;
  line-height: 1;
}
.footer-decoration[data-v-fc756330] {
  position: absolute;
  right: -50px;
  top: -20px;
}
.footer-decoration-img[data-v-fc756330] {
  width: 200px;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.3;
}
.footer-middle[data-v-fc756330] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding: 20px 0;
}
.footer-left[data-v-fc756330] {
  flex: 1;
}
.company-name[data-v-fc756330] {
  font-size: 16px;
  color: #333;
  margin: 0;
  font-weight: 500;
}
.footer-right[data-v-fc756330] {
  flex: 1;
  /*display: flex;*/
  justify-content: flex-end;
}
.footer-nav .nav-list[data-v-fc756330] {
  display: flex;
  align-items: center;
  gap: 0;
}
.footer-nav .nav-list li[data-v-fc756330]::after {
  content: "|";
  color: #999;
  margin: 0 30.5px;
  font-size: 14px;
}
.footer-nav .nav-list li[data-v-fc756330]:last-child::after {
  content: "";
  margin: 0;
}
.footer-nav a[data-v-fc756330] {
  color: #333;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
  padding: 5px 0;
  display: inline-block;
  min-height: 44px;
  line-height: 34px;
}
.footer-nav a[data-v-fc756330]:hover {
  color: #cc4c00;
}
.nav-separator[data-v-fc756330] {
  color: #ccc;
  margin: 0 15px;
  font-size: 14px;
}
.footer-bottom[data-v-fc756330] {
  display: flex;
  justify-content: center;
  padding-top: 20px;
  border-top: 1px solid rgba(84, 84, 84, 0.2);
  max-width: 1200px;
  margin: 0 auto;
}
.footer-bottom-content[data-v-fc756330] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.copyright-left[data-v-fc756330],
.copyright-center[data-v-fc756330],
.copyright-right[data-v-fc756330] {
  flex: 1;
  min-width: 0;
}
.copyright-center[data-v-fc756330] {
  text-align: center;
}
.copyright-right[data-v-fc756330] {
  text-align: right;
}
.footer-bottom span[data-v-fc756330] {
  font-size: 12px;
  color: #999;
  line-height: 1.5;
  word-break: break-word;
}
.footer-bottom a[data-v-fc756330] {
  color: #999;
  text-decoration: none;
  transition: color 0.3s;
}
.footer-bottom a[data-v-fc756330]:hover {
  color: #cc4c00;
}

/* 联系我们区域样式，完全对齐 Home.vue */
.contact-us-section[data-v-fc756330] {
  margin-bottom: 28px;
}
.contact-overlay[data-v-fc756330] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background: rgba(0, 0, 0, 0.6);*/
  z-index: 1;
}
.contact-content[data-v-fc756330] {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.contact-left[data-v-fc756330] {
  margin-left: 16px;
}
.contact-left .phone[data-v-fc756330] {
  color: #000;
  font-size: 14px;
  margin: 0 0 8px 0;
}
.contact-left .phone-number[data-v-fc756330] {
  font-weight: bold;
  font-size: 24px;
  color: #c7a368;
  margin: 0;
  word-break: break-all;
}
.contact-title[data-v-fc756330] {
  font-size: 48px;
  color: #000;
  margin: 0 0 10px 0;
  font-weight: bold;
  line-height: 1.2;
}
.contact-subtitle[data-v-fc756330] {
  font-size: 20px;
  color: #000;
  margin: 0 0 20px 0;
  opacity: 0.9;
}
.contact-underline[data-v-fc756330] {
  width: 60px;
  height: 3px;
  background: #d4c0a0;
  margin: 0;
}
.contact-right[data-v-fc756330] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
.contact-item[data-v-fc756330] {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  color: #000;
}
.contact-icon[data-v-fc756330] {
  font-size: 20px;
  margin-right: 15px;
  width: 24px;
  text-align: center;
  font-style: normal;
  flex-shrink: 0;
  margin-top: 2px;
}
.contact-item span[data-v-fc756330] {
  font-size: 14px;
  line-height: 1.6;
  word-break: break-word;
  flex: 1;
}
.contact-qr[data-v-fc756330] {
  flex-shrink: 0;
}
.qr-code[data-v-fc756330] {
  width: 150px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qr-img[data-v-fc756330] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
@media (max-width: 768px) {
  /* 使 footer 邮箱+二维码在移动端纵向排列 */
.contact-content .d-flex[data-v-fc756330] {
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.contact-content .d-flex .mt-2[data-v-fc756330] {
    text-align: center;
}
.footer[data-v-fc756330] {
    padding: 0px 0 15px 0;
}
.footer-container[data-v-fc756330] {
    padding: 0 20px;
}
.footer-top[data-v-fc756330] {
    flex-direction: column;
    gap: 20px;
    margin: 40px auto 30px;
    padding: 0 20px;
}
.footer-logo-img[data-v-fc756330] {
    width: 120px;
    max-width: 40%;
}
.footer-decoration[data-v-fc756330] {
    position: static;
    right: auto;
    top: auto;
}
.footer-decoration-img[data-v-fc756330] {
    width: 150px;
    height: 150px;
}
.footer-middle[data-v-fc756330] {
    flex-direction: column;
    gap: 20px;
    text-align: center;
}
.footer-center[data-v-fc756330],
  .footer-right[data-v-fc756330] {
    justify-content: center;
}
.footer-nav .nav-list[data-v-fc756330] {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.footer-nav .nav-list li[data-v-fc756330]::after {
    margin: 0 15px;
    font-size: 12px;
}
.footer-nav a[data-v-fc756330] {
    font-size: 13px;
    padding: 8px 5px;
}
.footer-bottom[data-v-fc756330] {
    padding: 20px 20px 0;
}
.footer-bottom-content[data-v-fc756330] {
    flex-direction: column;
    gap: 12px;
    text-align: center;
}
.copyright-left[data-v-fc756330],
  .copyright-center[data-v-fc756330],
  .copyright-right[data-v-fc756330] {
    text-align: center;
    width: 100%;
}
.copyright-center[data-v-fc756330] {
    order: -1;
}
.contact-us-section[data-v-fc756330] {
    margin-bottom: 20px;
}
.contact-content[data-v-fc756330] {
    flex-direction: column;
    gap: 30px;
    padding: 30px 20px;
    align-items: center;
}
.contact-left[data-v-fc756330] {
    margin-left: 0;
    text-align: center;
    width: 100%;
}
.contact-left .phone[data-v-fc756330] {
    font-size: 13px;
}
.contact-left .phone-number[data-v-fc756330] {
    font-size: 20px;
}
.contact-title[data-v-fc756330] {
    font-size: 32px;
}
.contact-subtitle[data-v-fc756330] {
    font-size: 16px;
}
.contact-right[data-v-fc756330] {
    flex-direction: column;
    gap: 20px;
    align-items: center;
    width: 100%;
}
.contact-info[data-v-fc756330] {
    width: 100%;
}
.contact-item[data-v-fc756330] {
    margin-bottom: 18px;
    justify-content: center;
}
.contact-item span[data-v-fc756330] {
    font-size: 13px;
    text-align: left;
}
.contact-qr[data-v-fc756330] {
    width: 100%;
    display: flex;
    justify-content: center;
}
.qr-code[data-v-fc756330] {
    width: 120px;
    height: 120px;
}
}
@media (max-width: 480px) {
.footer[data-v-fc756330] {
    padding: 0px 0 10px 0;
}
.footer-container[data-v-fc756330] {
    padding: 0 15px;
}
.footer-top[data-v-fc756330] {
    gap: 15px;
    margin: 30px auto 20px;
    padding: 0 10px;
}
.footer-logo-img[data-v-fc756330] {
    width: 100px;
    max-width: 35%;
}
.footer-logo-text h3[data-v-fc756330] {
    font-size: 18px;
}
.footer-logo-text p[data-v-fc756330] {
    font-size: 10px;
}
.footer-logo-text span[data-v-fc756330] {
    font-size: 8px;
}
.footer-decoration-img[data-v-fc756330] {
    width: 100px;
    height: 100px;
}
.footer-middle[data-v-fc756330] {
    gap: 15px;
}
.company-name[data-v-fc756330] {
    font-size: 13px;
}
.footer-nav .nav-list[data-v-fc756330] {
    gap: 5px;
}
.footer-nav .nav-list li[data-v-fc756330]::after {
    margin: 0 10px;
    font-size: 11px;
}
.footer-nav a[data-v-fc756330] {
    font-size: 12px;
    padding: 6px 3px;
    min-height: 40px;
    line-height: 28px;
}
.nav-separator[data-v-fc756330] {
    margin: 0 6px;
    font-size: 11px;
}
.footer-bottom[data-v-fc756330] {
    padding: 15px 15px 0;
}
.footer-bottom-content[data-v-fc756330] {
    gap: 10px;
}
.footer-bottom span[data-v-fc756330] {
    font-size: 11px;
}
.contact-us-section[data-v-fc756330] {
    margin-bottom: 15px;
}
.contact-content[data-v-fc756330] {
    padding: 25px 15px;
    gap: 25px;
}
.contact-left[data-v-fc756330] {
    margin-left: 0;
}
.contact-left .phone[data-v-fc756330] {
    font-size: 12px;
    margin-bottom: 6px;
}
.contact-left .phone-number[data-v-fc756330] {
    font-size: 18px;
}
.contact-title[data-v-fc756330] {
    font-size: 24px;
}
.contact-subtitle[data-v-fc756330] {
    font-size: 14px;
}
.contact-right[data-v-fc756330] {
    gap: 15px;
}
.contact-item[data-v-fc756330] {
    margin-bottom: 12px;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}
.contact-icon[data-v-fc756330] {
    font-size: 16px;
    margin-right: 0;
    margin-bottom: 5px;
}
.contact-item span[data-v-fc756330] {
    font-size: 12px;
    width: 100%;
}
.contact-qr[data-v-fc756330] {
    width: 100%;
}
.qr-code[data-v-fc756330] {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}
}

.hero-waring {
  padding: 18px 25px;
  width: 250px;
  height: 120px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 8px;
}
.waringText {
  width: 200px;
  height: 84px;
  font-family: MicrosoftYaHei;
  font-size: 20px;
  color: #ffffff;
  line-height: 28px;
  text-align: left;
  font-style: normal;
}
.hero-x {
  width: 16px;
  height: 16px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  position: absolute;
  right: 0;
  top: -30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.el-icon-close {
  color: #ffffff;
  font-size: 12px;
}
.white-bg {
  background: #fff;
}
.app-layout {
  width: 100%;
}
.app-layout .mtsnb-container-outer {
    background: #ecedf2;
    color: #143d8f;
    font-size: 14.5px;
    line-height: 30px;
    padding: 0 0;
    font-size: 14px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1002;
}
@media only screen and (max-width: 850px) {
.app-layout .mtsnb-container-outer .mtsnb-content {
        width: 100% !important;
        color: #000 !important;
}
.app-layout .mtsnb-container-outer .mtsnb-content div {
          padding: 16px;
}
.app-layout .mtsnb-container-outer .el-icon-close {
        margin-right: 0px !important;
}
}
.app-layout .el-backtop {
    position: fixed;
}
.app-layout .boxzilla-sample-box {
    padding: 25px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1001;
}
.app-layout .boxzilla-sample-box .boxzilla-close-icon {
      position: absolute;
      right: 0;
      top: 0;
      text-align: center;
      padding: 6px;
      font-size: 16px;
      font-weight: 700;
      line-height: 20px;
      color: #000;
      opacity: 0.5;
}
.el-backtop {
  background: transparent;
  box-shadow: unset;
}
.el-backtop:hover {
    background: transparent;
}

