.elementor-15921 .elementor-element.elementor-element-64ccbbe{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}/* Start custom CSS for html, class: .elementor-element-9a34fb8 */:root {
  --primary-color: #000;
  --secondary-color: #fff;
  --accent-color: #d1d1d1;
  --font-main: 'Beausite Classic Light', sans-serif;
  font-size: 16px;
  /* Base font size for rem calculations */
}


.BeausiteFit_Light_28px {
  font-family: "Beausite Fit Trial Light", sans-serif;
  font-size: 1.45vw;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.BeausiteFit_Light_40px {
  font-family: "Beausite Fit Trial Light", sans-serif;
  font-size: 2.08vw;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.BeausiteClassic_Light_18px {
  font-family: 'Beausite Classic Light', sans-serif;
  font-size: 1vw;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-family: var(--font-main);
  line-height: 1.6;
  color: var(--primary-color);
  background-color: var(--secondary-color);
}

a {
  text-decoration: none;
}


.border_bottom_line {
  border-bottom: 1px solid #000;
}

#page-container {
  display: flex;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  flex-direction: column;
  align-items: center;
  background-color: #FFF;
  box-sizing: border-box;
  /* overflow: hidden; */
  position: relative;
}

.page_title_background {
  width: 100%;
  height: 35.4vw;
  position: relative;
  border-radius: 0;
  background-image:
    linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgb(255, 255, 255, 0.1) 100%),
    url('../jpg/skin-banner-scaled.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 50%;
  display: flex;
  align-items: center;
}

.background_context {
  display: flex;
  flex-direction: column;
  margin-left: 12%;
}

.background_small_title {
  font-family: 'Beausite Classic Light', sans-serif;
  font-size: 1.56vw;
}

.background_big_title {
  font-family: 'Domaine Display Semibold', sans-serif;
  font-size: 2.81vw;
  color: #FFF;
}

.page_description_text {
  width: 69.5vw;
  font-family: 'Beausite Fit Trial Light', sans-serif;
  font-size: 0.93vw;
  text-align: center;
  margin: 2vw auto;
}

.white_link_style {
  width: 13.0vw;
  height: 2.60vw;
  margin: 2vw 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2vw;
  color: #FFF;
  border: 0.1vw solid #FFF;
  font-size: 1.04vw;
  font-family: 'Beausite Classic Light', sans-serif;
}

.black_link_style {
  width: 13.0vw;
  height: 2.60vw;
  margin: 2vw 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2vw;
  color: #000;
  border: 0.1vw solid #000;
  font-size: 1.04vw;
  font-family: 'Beausite Classic Light', sans-serif;
}

/* 
  font-family: 'Beausite Fit Trial Regular', sans-serif; 
  font-family: 'Beausite Fit Trial Light', sans-serif;
  font-family: 'Domaine Display Semibold', sans-serif;
*/

.skin_main_layout {
  width: 90%;
  margin: 2vw auto;
  display: flex;
  flex-direction: row;
}

.selectionList_layout {
  width: 20%;
  display: flex;
  flex-direction: column;
}

.selected_content_layout {
  width: 80%;
}

.selection_link_style,
.selected_items_title {
  font-family: 'Beausite Fit Trial Light', sans-serif;
  font-size: 1.25vw;
  color: #333;
  margin: 1vw 0;
}

.selection_link_style.active {
  color: #BBBD88;
}

.selected_items_layout {
  padding: 1vw;
  border-top: 1px solid #D9D9D9;
  /* border-bottom: 1px solid #D9D9D9; */
  display: flex;
  flex-direction: column;
}

.selected_title_layout {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.item_selected_icon_status {
  color: #999797;
  cursor: pointer;
}

.selected_items_content_layout {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 4vw;
  transition: max-height 0.5s ease-out, opacity 0.3s ease-out;
  /* max-height: 700px; */
  max-height: 36.4vw;
  /* 设置一个足够大的值 */
  opacity: 1;
  overflow: hidden;
}

.selected_items_content_layout.collapsed {
  max-height: 0;
  opacity: 0;
}

.item_image {
  width: 16vw;
  height: 13vw !important;
  border-radius: 2vw !important;
  object-fit: cover;
}

.item_content_layout {
  display: flex;
  flex-direction: column;
  width: 45vw;
}

.item_title {
  font-size: 1.66vw;
  font-family: 'Domaine Display Semibold', sans-serif;
  color: #000;
  margin-bottom: 0.4vw;
}

.item_description {
  font-size: 0.83vw;
  font-family: 'Beausite Fit Trial Light', sans-serif;
  color: #000;
  padding-bottom: 0.5vw;

}

.item_description_title {
  font-weight: bold !important;
  font-family: 'Beausite Fit Trial Regular', sans-serif;
  font-size: 0.83vw;
  color: #000;
}

.item_description_list {
  margin-left: 1vw;
  font-size: 0.83vw;
  font-family: 'Beausite Fit Trial Light', sans-serif;
  color: #000;
  padding-bottom: 0.5vw;
  list-style-type: disc;
}

.item_description_numberlist {
  margin-left: 1vw;
  list-style-type: decimal;
  margin-left: 1vw;
  font-size: 0.83vw;
  font-family: 'Beausite Fit Trial Light', sans-serif;
  color: #000;
  /* padding-bottom: 0.5vw; */
}/* End custom CSS */