/* ============================================================ */
/* ===== Alyadvisory 自定义样式（原内联迁移） ===== */
/* ============================================================ */

/* ===== 顶部导航新样式（来自 header.php�?===== */
.navbar-custom {
  background: rgba(0, 0, 0, 0.7) !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 30px !important;
  width: 100% !important;
  margin: 0 !important;
  min-height: 70px !important;
  display: flex !important;
  align-items: center !important;
}

.navbar-custom .container-fluid {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  padding: 0 !important;
}

.navbar-custom .navbar-header {
  float: none !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

.navbar-custom .navbar-header .navbar-logo-img {
  width: 170px !important;
  height: auto !important;
  display: block !important;
  max-width: none !important;
}

.navbar-custom .navbar-toggle {
  float: right;
  border-color: rgba(255, 255, 255, 0.3);
  margin-top: 18px;
  margin-right: 0;
}

.navbar-custom .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background: rgba(255, 255, 255, 0.1);
}

.navbar-custom .navbar-collapse {
  float: none !important;
  flex: 1 1 auto !important;
  display: flex !important;
  justify-content: center !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
}

.navbar-custom .navbar-collapse.collapse {
  display: flex !important;
}

.navbar-custom .navbar-nav {
  float: none !important;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 !important;
}

.navbar-custom .navbar-nav > li {
  float: none !important;
}

.navbar-custom .navbar-nav > li > a {
  color: #ffffff !important;
  font-size: 20px;
  padding: 25px 15px;
  transition: all 0.3s ease;
}

.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus,
.navbar-custom .navbar-nav > .active > a,
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus,
.navbar-custom .navbar-nav > li.current-menu-item > a,
.navbar-custom .navbar-nav > li.current-menu-parent > a,
.navbar-custom .navbar-nav > li.current_page_item > a {
  color: #4BC1FD !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  background: transparent !important;
}

.navbar-custom .navbar-nav > li > .dropdown-menu {
  background: rgba(0, 0, 0, 0.85) !important;
  border: none !important;
  border-top: 1px solid #4BC1FD !important;
  border-radius: 0 !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5) !important;
  padding: 8px 0 !important;
  margin-top: 0 !important;
}

.navbar-custom .navbar-nav > li > .dropdown-menu > li > a {
  color: rgba(255, 255, 255, 0.9) !important;
  padding: 10px 20px !important;
  font-size: 20px !important;
  transition: all 0.3s ease;
}

.navbar-custom .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-custom .navbar-nav > li > .dropdown-menu > li > a:focus {
  color: #4BC1FD !important;
  background: rgba(75, 193, 253, 0.1) !important;
}

.navbar-custom .navbar-nav > li > .dropdown-menu > .active > a,
.navbar-custom .navbar-nav > li > .dropdown-menu > .active > a:hover,
.navbar-custom .navbar-nav > li > .dropdown-menu > .current-menu-item > a {
  color: #4BC1FD !important;
  background: rgba(75, 193, 253, 0.1) !important;
}

.navbar-custom .navbar-nav > li > .dropdown-menu .divider {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.navbar-custom .navbar-nav > li.dropdown > a .caret {
  border-top-color: #ffffff !important;
}

.navbar-custom .navbar-nav > li.dropdown > a:hover .caret,
.navbar-custom .navbar-nav > li.dropdown > a:focus .caret,
.navbar-custom .navbar-nav > li.dropdown.active > a .caret {
  border-top-color: #4BC1FD !important;
}

.navbar-custom .navbar-right-container {
  flex: 0 0 auto !important;
  display: flex !important;
  align-items: center !important;
  height: 70px;
  color: #ffffff;
  gap: 15px;
}

.navbar-custom .navbar-right-container .fleft {
  font-size: 19px;
  color: rgba(255, 255, 255, 0.8);
}

.navbar-custom .navbar-right-container .fright {
  display: flex;
  align-items: center;
}

.navbar-custom .navbar-right-container .fright .gt_languages {
  display: flex;
  align-items: center;
  gap: 8px;
}

.navbar-custom .navbar-right-container .fright .gt_languages a {
  color: #ffffff !important;
  text-decoration: none;
  font-size: 19px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.navbar-custom .navbar-right-container .fright .gt_languages a:hover {
  color: #4BC1FD !important;
}

.navbar-custom .navbar-right-container .fright .gt_languages a img {
  width: 18px !important;
  height: 18px !important;
}

@media screen and (min-width: 769px) {
.aboutus {
	background: url("../images/58999488d69de.jpg") no-repeat;
}
}

.gt_languages > a > img {
	width: 18px;!important
	height: 18px;!important
}

@media (max-width: 768px) {
  .navbar-custom {
    padding: 0 15px !important;
    flex-wrap: wrap !important;
  }

  .navbar-custom .container-fluid {
    flex-wrap: wrap !important;
  }

  .navbar-custom .navbar-header {
    flex: 1 0 auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
  }

  .navbar-custom .navbar-header .navbar-logo-img {
    width: 140px !important;
    height: auto !important;
  }

  .navbar-custom .navbar-collapse {
    flex: 0 0 100% !important;
    display: none !important;
    justify-content: center !important;
    padding: 10px 0 !important;
  }

  .navbar-custom .navbar-collapse.in {
    display: flex !important;
  }

  .navbar-custom .navbar-collapse.collapsing {
    display: flex !important;
  }

  .navbar-custom .navbar-nav {
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
  }

  .navbar-custom .navbar-nav > li > a {
    padding: 10px 15px !important;
    font-size: 20px !important;
  }

  .navbar-custom .navbar-nav > li > a:hover,
  .navbar-custom .navbar-nav > li > a:focus,
  .navbar-custom .navbar-nav > .active > a {
    font-size: 20px !important;
  }

  .navbar-custom .navbar-nav > li > .dropdown-menu {
    background: rgba(0, 0, 0, 0.9) !important;
    border-top: 1px solid #4BC1FD !important;
    position: static !important;
    float: none !important;
    width: 100% !important;
    box-shadow: none !important;
  }

  .navbar-custom .navbar-nav > li > .dropdown-menu > li > a {
    text-align: center !important;
  }

  .navbar-custom .navbar-right-container {
    flex: 0 0 100% !important;
    height: auto !important;
    padding: 10px 0 15px !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
  }

  .navbar-custom .navbar-right-container .fleft {
    width: 100% !important;
    text-align: center !important;
  }
}

@media (max-width: 480px) {
  .navbar-custom {
    padding: 0 10px !important;
  }

  .navbar-custom .navbar-header .navbar-logo-img {
    width: 110px !important;
    height: auto !important;
  }

  .navbar-custom .navbar-right-container .fleft {
    font-size: 17px;
  }

  .navbar-custom .navbar-right-container .fright .gt_languages a {
    font-size: 17px;
  }
}

/* ============================================================ */
/* ===== Footer 新样式（来自 footer.php�?===== */
/* ============================================================ */
.footer_new {
  margin-top: 30px;
  background: none !important;
  padding: 0 !important;
}

.footer_bg_outer {
  background-image: url('../images/bcc1.jpg');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0 40px;
  position: relative;
  width: 100%;
}

.footer_bg_inner {
  background-image: url('http://www.alyadvisory.com/wp-content/uploads/2026/07/矩形-41.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  padding: 50px 30px;
  position: relative;
  width: calc(100% - 322px);
  margin-left: 161px;
  margin-right: 161px;
}

.footer_content {
  position: relative;
  z-index: 2;
}

.footer_col {
  margin-bottom: 30px;
  text-align: left;
}

.footer_col_logo {
  text-align: left;
  position: relative;
}

.footer_logo {
  margin-bottom: 20px;
  position: relative;
  left: -50px;
}

.footer_logo_img {
  max-width: 100%;
  height: auto;
  display: block;
}

.footer_copyright {
  margin-top: 100px;
}

.footer_copyright p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
  margin: 0;
  letter-spacing: 0.5px;
  text-align: left;
}

.footer_col_title {
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
  letter-spacing: 1px;
  text-align: left;
  padding-bottom: 0;
}

.footer_menu {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.footer_menu li {
  margin-bottom: 8px;
}

.footer_menu li a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 20px;
  transition: all 0.3s ease;
  display: inline-block;
}

.footer_menu li a:hover {
  color: #0054B7;
  transform: translateX(5px);
}

.footer_contact {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.footer_contact li {
  color: rgba(255, 255, 255, 0.85);
  font-size: 19px;
  padding: 8px 0;
  line-height: 1.6;
  word-break: break-word;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-align: left;
}

.footer_contact li:last-child {
  border-bottom: none;
}

.footer_contact li a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer_contact li a:hover {
  color: #0054B7;
}

@media (max-width: 1200px) {
  .footer_bg_inner { width: 90%; }
}

@media (max-width: 992px) {
  .footer_bg_outer { padding: 40px 0 30px; }
  .footer_bg_inner { padding: 30px 20px; width: 95%; }
  .footer_logo_img { max-width: 200px; }
  .footer_logo { left: 0; }
  .footer_copyright { margin-top: 40px; }
}

@media (max-width: 768px) {
  .footer_bg_outer { padding: 30px 0 20px; }
  .footer_bg_inner { padding: 20px 15px; border-radius: 10px; width: 98%; }
  .footer_col { text-align: center !important; }
  .footer_col_logo { text-align: center !important; }
  .footer_col_title { text-align: center !important; }
  .footer_menu { text-align: center !important; }
  .footer_contact { text-align: center !important; }
  .footer_contact li { text-align: center !important; }
  .footer_copyright p { text-align: center !important; }
  .footer_logo_img { max-width: 160px; margin: 0 auto; }
  .footer_logo { left: 0; }
  .footer_copyright { margin-top: 30px; }
}

@media (max-width: 480px) {
  .footer_bg_inner { padding: 15px 10px; }
  .footer_contact li { font-size: 17px; }
}

/* ============================================================ */
/* ===== 首页 Banner 轮播覆盖文字 ===== */
/* ============================================================ */
.flash .bxslider li {
  position: relative;
}
.flash .bxslider li img {
  display: block;
  width: 100%;
}
.banner-content {
  position: absolute;
  bottom: 207px;
  left: 123px;
  z-index: 10;
  pointer-events: none;
}
.banner-content a.banner-btn {
  pointer-events: auto;
}
.banner-title {
  width: 772px;
  font-family: 'Segoe UI', Segoe UI;
  font-weight: bold;
  font-size: 62px;
  color: #FFFFFF;
  line-height: 87px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin: 0 0 10px 0;
}
.banner-desc {
  width: 818px;
  font-family: 'Segoe UI', Segoe UI;
  font-weight: 400;
  font-size: 44px;
  color: #FFFFFF;
  line-height: 77px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin: 0 0 30px 0;
}
.banner-btn {
  display: inline-block;
  width: 240px;
  height: 51px;
  line-height: 51px;
  border-radius: 46px;
  border: 1px solid #FFFFFF;
  font-family: 'Segoe UI', Segoe UI;
  font-weight: 400;
  font-size: 21px;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
}
.banner-btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
  text-decoration: none;
}
@media (max-width: 1200px) {
  .banner-content { left: 80px; bottom: 80px; }
  .banner-title { width: auto; font-size: 42px; line-height: 1.2; }
  .banner-desc { width: auto; font-size: 30px; line-height: 1.3; }
  .banner-btn { width: 200px; height: 44px; line-height: 44px; font-size: 18px; }
}
@media (max-width: 768px) {
  .banner-content { left: 20px; right: 20px; bottom: 60px; }
  .banner-title { font-size: 28px; line-height: 1.2; }
  .banner-desc { font-size: 20px; line-height: 1.4; }
  .banner-btn { width: 160px; height: 38px; line-height: 38px; font-size: 16px; }
}

/* ============================================================ */
/* ===== 首页产品区域样式（来�?index.php�?===== */
/* ============================================================ */

/* 首页容器覆盖：左右外距 161px */
.index-product-wrap {
  width: calc(100% - 322px);
  max-width: calc(100% - 322px);
  margin-left: 161px;
  margin-right: 161px;
  padding-left: 0;
  padding-right: 0;
  float: none;
}

.index-product-wrap > .row {
  margin-left: 0;
  margin-right: 0;
}

.index-product-wrap > .row > .col-xs-12,
.index-product-wrap > .row > .col-sm-12,
.index-product-wrap > .row > .col-md-12,
.index-product-wrap > .row > .col-lg-12 {
  padding-left: 0;
  padding-right: 0;
}

/* 第一个 product_index（产品中心） */
.product_index_first .product_index_title {
    font-family: 'Segoe UI', 'Segoe UI-Bold', sans-serif;
    font-weight: 700;
    font-size: 50px;
    text-transform: uppercase;
    text-align: left;
    text-decoration: none !important;
    border-bottom: none !important;
    margin: 0;
    padding: 0;
}

.product_index_first .product_index_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    position: relative;
}

.product_index_first span {
    background: none !important;
    background-color: transparent !important;
    background-image: none !important;
}

.product_index_first span::before,
.product_index_first span::after {
    background: none !important;
    background-color: transparent !important;
    background-image: none !important;
    display: none !important;
}

.product_index_first .product_nav_arrows {
    display: flex;
    gap: 8px;
    flex-shrink: 0;
    margin-left: 15px;
}

.product_index_first .product_nav_arrows button {
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 0;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    user-select: none;
    background: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    color: transparent;
    overflow: hidden;
}

.product_index_first .product_nav_arrows .product_arrow_left {
    background-image: url('../images/buttonleft01.png');
}
.product_index_first .product_nav_arrows .product_arrow_right {
    background-image: url('../images/buttonright01.png');
}

.product_index_first .product_nav_arrows .product_arrow_left:hover {
    background-image: url('../images/buttonleft02.png');
    transform: scale(1.05);
}
.product_index_first .product_nav_arrows .product_arrow_right:hover {
    background-image: url('../images/buttonright02.png');
    transform: scale(1.05);
}

.product_index_first .product_nav_arrows button:active {
    transform: scale(0.92);
}

.product_index_first .product_nav_arrows button:disabled {
    background-image: url('../images/buttonleft01.png');
    background-color: transparent;
    opacity: 0.4;
    cursor: not-allowed;
    transform: none;
}
.product_index_first .product_nav_arrows .product_arrow_right:disabled {
    background-image: url('../images/buttonright01.png');
}

.product_index_first .product_item {
    background: #ffffff !important;
    padding-left: 10px !important;
    padding-right: 0px !important;
    margin-left: 0px !important;
    margin-right: 80px !important;
    border-bottom-left-radius: 30px !important;
    border-bottom-right-radius: 0 !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.10) !important;
    transition: box-shadow 0.3s ease;
    margin-bottom: 20px;
}

.product_index_first .product_item:last-child {
    margin-right: 0 !important;
}

.product_index_first .product_item:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18) !important;
}

.product_index_first .product_title a {
    display: inline-block;
    transition: all 0.3s ease;
    text-decoration: none;
    color: inherit;
    line-height: 1.4;
}

.product_index_first .product_title a:hover {
    color: #0054B7 !important;
    font-weight: 700 !important;
    padding-bottom: 10px !important;
    margin-bottom: 0 !important;
}

.product_index_first .product_list_wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0 0px;
}

.product_index_first .product_list_wrapper {
    cursor: grab;
    user-select: none;
}

.product_index_first .product_list {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    transition: transform 0.4s ease;
    will-change: transform;
}

.product_index_first .product_list .product_item {
    flex: 0 0 auto;
    width: 25%;
    box-sizing: border-box;
    padding-left: 10px !important;
    padding-right: 0px !important;
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.product_index_first .product_list_wrapper::-webkit-scrollbar {
    display: none;
}
.product_index_first .product_list_wrapper {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

@media (max-width: 992px) {
    .product_index_first .product_list .product_item { width: 33.333%; }
}
@media (max-width: 768px) {
    .product_index_first .product_list .product_item { width: 50%; }
}
@media (max-width: 480px) {
    .product_index_first .product_list .product_item { width: 100%; }
}

/* 第二�?product_index（案例中心） */
.product_index_second .product_index_title {
    font-family: 'Segoe UI', 'Segoe UI-Bold', sans-serif;
    font-weight: 700;
    font-size: 50px;
    text-transform: uppercase;
    text-align: left;
    text-decoration: none !important;
    border-bottom: none !important;
    margin: 0;
    padding: 0;
}

.product_index_second .product_index_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    position: relative;
}

.product_index_second span {
    background: none !important;
    background-color: transparent !important;
    background-image: none !important;
}

.product_index_second span::before,
.product_index_second span::after {
    background: none !important;
    background-color: transparent !important;
    background-image: none !important;
    display: none !important;
}

.product_index_second .product_list_second .row {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    flex-wrap: wrap;
}

.product_index_second .product_item_second {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-right: 41px !important;
    margin-bottom: 30px;
    width: calc(25% - 30.75px) !important;
    flex: 0 0 calc(25% - 30.75px) !important;
    max-width: calc(25% - 30.75px) !important;
}

.product_index_second .product_item_second:nth-child(4n) {
    margin-right: 0 !important;
}

.product_index_second .product_img_wrapper {
    background: #ffffff !important;
    border-radius: 0 !important;
    border: none !important;
    box-shadow: none !important;
    transition: box-shadow 0.3s ease;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product_index_second .product_img_wrapper:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12) !important;
}

.product_index_second .product_img_wrapper a img {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 0 !important;
    vertical-align: bottom;
}

.product_index_second .product_title_second {
    background: #000000 !important;
    padding: 10px 12px !important;
    margin: 0 !important;
    text-align: center;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_index_second .product_title_second a {
    display: block;
    color: #ffffff !important;
    text-decoration: none;
    font-size: 22px;
    line-height: 1.4;
    transition: all 0.3s ease;
    font-weight: 400;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product_index_second .product_title_second a:hover {
    color: #0054B7 !important;
    font-weight: 700 !important;
}

@media (max-width: 768px) {
    .product_index_second .product_item_second {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

@media (max-width: 480px) {
    .product_index_second .product_item_second {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}

/* ============================================================ */
/* ===== About Us 区块 ===== */
/* ============================================================ */
.aboutus_section {
  background: url("../images/bc1.jpg") no-repeat center;
  background-size: cover;
  padding: 80px 0;
  margin-top: 30px;
}

.aboutus_container {
  margin-left: 161px;
  margin-right: 161px;
}

.aboutus_title {
  width: 500px;
  height: 42px;
  font-family: Helvetica85, Helvetica85;
  font-weight: 800;
  font-size: 50px;
  color: #FFFFFF;
  line-height: 49px;
  text-transform: uppercase;
  text-align: left;
  font-style: normal;
  margin: 0 0 30px 0;
  padding: 0;
}

.aboutus_desc {
  width: 727px;
  font-family: 'Segoe UI', Segoe UI;
  font-weight: 400;
  font-size: 21px;
  color: #FFFFFF;
  line-height: 32px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin: 0 0 30px 0;
  word-wrap: break-word;
}

.aboutus_more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 192px;
  height: 50px;
  font-family: 'Segoe UI', Segoe UI;
  font-weight: 400;
  font-size: 21px;
  color: #FFFFFF;
  line-height: 24px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  background: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 25px;
  text-decoration: none;
  transition: 0.5s;
}

.aboutus_more:hover,
.aboutus_more:focus {
  color: #fff;
  background-color: #31363c;
  text-decoration: none;
}

@media (max-width: 992px) {
  .aboutus_section { padding: 50px 0; }
  .aboutus_container { margin-left: 40px; margin-right: 40px; }
  .aboutus_title {
    width: auto;
    height: auto;
    font-size: 36px;
    letter-spacing: 20px;
    text-align: left;
    margin-bottom: 20px;
  }
  .aboutus_desc { width: auto; font-size: 16px; line-height: 28px; }
  .aboutus_more { width: auto; display: block; text-align: center; }
}

@media (max-width: 480px) {
  .aboutus_section { padding: 30px 0; }
  .aboutus_container { margin-left: 20px; margin-right: 20px; }
  .aboutus_title { width: auto; font-size: 28px; letter-spacing: 15px; }
  .aboutus_desc { width: auto; font-size: 14px; line-height: 24px; }
}