#colophon {
background-image: url("http://www.re3.world/wp-content/uploads/2023/07/Banner-1-副本.png");
 background-repeat: no-repeat;
background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
    #colophon {
        background-image: none;
    }
}ul{
list-style:none;
}


/* ——————————— SECTION HEADERS ——————————— */
.section_indicator.section_indicator.section_indicator > a {
  border-bottom: none !important;
  color: #D6D6D6 !important;
  font-weight: 900 !important;
  letter-spacing: 1.6px !important;
  text-transform: uppercase !important;
  font-size: 13.35px !important;
  margin-top: 10px;
  margin-bottom: -5px;
  background-image: none !important;
  background-color: transparent !important;
}

.section_indicator_chinese.section_indicator_chinese.section_indicator_chinese.section_indicator_chinese > a {
  border-bottom: none !important;
  color: #D6D6D6 !important; 
  letter-spacing: 1.9px;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  font-size: 17.75px !important;
  margin-top: 10px;
  margin-bottom: -5px;
  background-image: none !important;
  background-color: transparent !important;
}


/* ——————————— SECTION HEADERS HOVER ——————————— */
.section_indicator > a:hover,
.section_indicator_chinese > a:hover {
  border-bottom: none;
  background-color: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}

.section_indicator > a:hover::before,
.section_indicator > a:hover::after,
.section_indicator > a:hover *,
.section_indicator_chinese > a:hover::before,
.section_indicator_chinese > a:hover::after,
.section_indicator_chinese > a:hover * {
  border-bottom: none;
  background-color: transparent !important;
  background-image: none !important;
}


/* ——————————— SECTION SPACING ——————————— */
.second_section_indicator.second_section_indicator.second_section_indicator {
  margin-top: 45px !important;
}



/* ——————————— NORMAL MENU ITEMS ——————————— */
.normal_menuitems.normal_menuitems.normal_menuitems.normal_menuitems > a, .order_now_use_now_buttons.order_now_use_now_buttons.order_now_use_now_buttons.order_now_use_now_buttons > a {
  display: block;
  font-size: 15px;
  font-weight: 500 !important;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  letter-spacing: 0.25px;
  text-decoration: none;
	text-transform: capitalize;
}

.normal_menuitems_chinese.normal_menuitems_chinese.normal_menuitems_chinese.normal_menuitems_chinese > a {
 font-size: 15px;
 font-weight: 600 !important;
 color: rgba(255, 255, 255, 0.88);
}

/* ——————————— CTA MENU ITEMS ——————————— */

.order_now_use_now_buttons.order_now_use_now_buttons.order_now_use_now_buttons.order_now_use_now_buttons > a{
	font-size: 14.5px;
	color: #FFF;
	font-weight: 600 !important;
}


.cta_chinese.cta_chinese.cta_chinese.cta_chinese > a {
	font-size: 14.5px;
	color: rgba(255,255,255,0.95);
	font-weight: 600;
}

.product_page_image.product_page_image.product_page_image.product_page_image{
	max-height: 575px;
}