@font-face {
  font-family: "Montserrat-ExtraBold";
  src: url("../font/Montserrat-ExtraBold.otf") format("truetype");
}
@font-face {
  font-family: "Montserrat-Light";
  src: url("../font/Montserrat-Light.otf") format("truetype");
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url("../font/Montserrat-Regular.otf") format("truetype");
}
@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("../font/Montserrat-SemiBold.otf") format("truetype");
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("../font/Montserrat-Bold.otf") format("truetype");
}
@font-face {
  font-family: "Montserrat-ExtraLight";
  src: url("../font/Montserrat-ExtraLight.otf") format("truetype");
}
@font-face {
  font-family: "SourceHanSansCN-Normal";
  src: url("../font/SourceHanSansCN-Normal.otf") format("truetype");
}
.cmm_btn {
  width: 2.7rem;
  height: 0.6rem;
  display: flex;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 6px;
  padding: 0 0.5rem;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background: rgba(247, 249, 251, 1);
}
.cmm_btn .bt_mask {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  backdrop-filter: saturate(80%) blur(50px);
  -webkit-backdrop-filter: saturate(80%) blur(50px);
  opacity: 1;
  transition: all 0.5s;
}
.cmm_btn .bt_t {
  color: #fff;
  font-size: 0.2rem;
  position: relative;
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.31rem;
  transition: all 0.7s;
  transition-delay: 0.15s;
}
.cmm_btn .cmmbi {
  width: 0.2rem;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}
.cmmbi_1 {
  left: -0.5rem;
  opacity: 0;
  transition: left 0.9s, opacity 0.5s;
}
.cmmbi_2 {
  right: 0.5rem;
  transition: right 0.9s, opacity 0.5s;
}
.scp_t2_pc {
  display: block;
}
.scp_t2_mb {
  display: none;
}
.cmm_btn:hover .bt_mask {
  background-color: #2b2b2b !important;
  opacity: 1;
}
.cmm_btn:hover .bt_t {
  left: 1.4rem;
}
.cmm_btn:hover .cmmbi_1 {
  left: 0.5rem;
  opacity: 1;
}
.cmm_btn:hover .cmmbi_2 {
  right: -0.5rem;
  opacity: 0;
}

.header {
  width: 100%;
  height: 0.8rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.5rem;
}
.header_mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  backdrop-filter: saturate(80%) blur(50px);
  -webkit-backdrop-filter: saturate(80%) blur(50px);
  z-index: 0;
  transition: all 0.5s;
  opacity: 0;
}
.header_mask.active {
  opacity: 1;
}
.header_left {
  position: relative;
  z-index: 1;
  padding-left: 0.5rem;
  /* flex: 1; */
  width: 40vw;
}
.header_left ul {
  display: flex;
}
.header_left ul li {
  width: 0.4rem;
  margin-left: 0.2rem;
  height: auto;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.header_left ul li::after {
  bottom: -0.2rem;
  left: 0;
  height: 1px;
  position: absolute;
  content: "";
  transition: transform 0.55s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scaleX(1);
  transform-origin: right;
  background-color: rgb(255, 118, 0);
  width: 100%;
  opacity: 0;
}
.header_left ul li:hover::after {
  opacity: 1;
  transform: scaleX(1);
  transform-origin: left;
}
.header_right {
  width: 2.3rem;
  display: flex;
  align-items: center;
}

.label_right {
  color: #ffffff;
  margin-left: 3px;
  font-size: 0.16rem;
  font-family: "Montserrat-Regular";
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.line {
  width: 1px !important;
  height: 0.16rem;
  margin: 0 0.2rem;
  position: relative;
  z-index: 1;
}

.menu {
  cursor: pointer;
  position: absolute;
  left: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 15;
  padding: 0.1rem;
}
.menu div {
  width: 0.3rem;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.8);
  transition: all 0.5s;
}
.menu div:nth-of-type(2) {
  margin-top: 0.1rem;
}
.menu.active div:nth-of-type(1) {
  transform: rotate(45deg);
}
.menu.active div:nth-of-type(2) {
  transform: rotate(-45deg);
  margin-top: 0;
}

.header_logo_container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 15;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header_logo {
  width: 3.6rem;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.header_logo:hover {
  opacity: 0.9;
}

.diqiu {
  width: 0.13rem;
  height: 0.13rem;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: all 0.5s;
  transform: scale(1);
}

.diqiu.phone {
  width: 18px;
  height: 18px;
  margin-left: 0.2rem;
}

.label_right.phone {
  margin-left: 0.1rem;
  font-size: 13px;
  color: #fff;
}

.diqiu:hover {
  transform: scale(1);
}
.language {
  width: 0.18rem;
  height: 0.18rem;
}
.head_pop {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.head_pop_mask {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
}
.head_pop.active .head_pop_mask {
  backdrop-filter: saturate(80%) blur(10px);
  -webkit-backdrop-filter: saturate(80%) blur(10px);
}
.only_mobile {
  display: none;
}
.head_pop_close {
  position: absolute;
  top: 5vh;
  left: 9vw;
  width: 0.3rem;
  cursor: pointer;
}
.head_pop_menu {
  position: absolute;
  z-index: 2;
  opacity: 0;
  transition: all 1s;
  width: calc(100vw - 1.2rem);
  margin-left: 0.6rem;
  top: 50%;
  transform: translateY(-50%);
  height: 82vh;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
}
.active .head_pop_menu {
  opacity: 1;
}
.hpl_left {
  width: 30%;
  height: 100%;
  background-color: rgba(0, 0, 0, 1);
  padding: 1rem 0.8rem 0;
  transition: all 0.5s;
}
.hpl_left._borr {
  border-radius: 0 20px 20px 0;
}
.hpl_right {
  width: 70%;
  height: 100%;
  position: relative;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: all 1s;
}
.hpl_right._no {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.h_right_bk {
  width: 85%;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: #fff;
  top: 0;
  left: 0;
  border-radius: 0 20px 20px 0px;
  transition: width 0.5s;
}
.h_right_bk._other {
  width: 85%;
}
.h_right_bk._contact {
  width: 0%;
}
.hr_min {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s;
  pointer-events: none;
}
.hr_min_other {
}
.hr_min_other .hrmo_min {
  width: calc(85%);
}
.hr_min_car_pd {
  padding: 1rem 0.4rem 0rem 0.8rem;
}
.hr_min.active {
  opacity: 1;
  pointer-events: auto;
}
.hr_min:nth-of-type(1) {
  position: relative;
}
.hpll_car_map {
  font-size: 0.3rem;
  color: #fff;
  position: relative;
}
.hpll_car_map div {
  margin-top: 2vh;
  cursor: pointer;
  transition: color 0.3s;
}
.hpll_car_map div:nth-of-type(1) {
  margin-top: 0;
}
.hpll_other_map {
  margin-top: 6vh;
  font-size: 0.22rem;
  color: #fff;
}
.hpll_other_map div {
  margin-top: 3vh;
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.3s;
}
.hpll_other_map div:nth-of-type(1) {
  margin-top: 0;
}
.hpll_car_map div,
.hpll_other_map div {
  transition: all 0.5s;
}
.hpll_car_map div:hover,
.hpll_other_map div:hover {
  color: rgb(255, 118, 0);
  transform: translateX(0.3rem);
}
.hpll_car_map div.active {
  color: rgb(255, 118, 0);
  transform: translateX(0.23rem);
}
.hpll_other_map div.active {
  color: rgb(255, 118, 0);
  transform: translateX(0.17rem);
}
.hpll_line {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.18);
  height: 1px;
  margin-top: 6vh;
}
/* 列表动效 */
.hpll_td span {
  display: block;
  transform: translateX(0.5rem);
  opacity: 0;
  transition: opacity 0.8s, transform 1.2s;
}
.head_pop.active .hpll_td span {
  transform: translateX(0rem);
  opacity: 1;
}
.head_pop.active .hpll_td_2 span {
  transition-delay: 0.25s;
}
.head_pop.active .hpll_td_3 span {
  transition-delay: 0.5s;
}
.head_pop.active .hpll_td_4 span {
  transition-delay: 0.75s;
}
.head_pop.active .hpll_td_5 span {
  transition-delay: 0.9s;
}
.head_pop.active .hpll_td_6 span {
  transition-delay: 1.15s;
}
.head_pop.active .hpll_td_7 span {
  transition-delay: 1.4s;
}

/* 右侧车型 */
.hmc_car_tl {
  position: relative;
}
.hmc_car_t {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  pointer-events: none;
}
.hmc_car_t1 {
  transform: translateY(0.7rem);
  opacity: 0;
  display: flex;
  align-items: flex-end;
}
.hmc_car_t1 img:nth-of-type(1) {
  width: 3.6rem;
}
.hmc_car_t1 img:nth-of-type(2) {
  width: 0.8rem;
  margin-left: 0.2rem;
}
.hmc_car_t2 {
  transform: translateY(0.7rem);
  opacity: 0;
}
.hmc_car_t3 {
  transform: translateY(0.7rem);
  opacity: 0;
}
.hmc_car_t.active .hmc_car_t1 {
  transition: all 1s;
  transform: translateY(0rem);
  opacity: 1;
}
.hmc_car_t.active .hmc_car_t2 {
  transform: translateY(0rem);
  opacity: 1;
  transition: all 1s;
  transition-delay: 0.2s;
}
.hgp_tab {
  position: relative;
  cursor: pointer;
  width: 2.4rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 4vh;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 0.5rem;
}
.hgp_tab_item {
  width: 1.2rem;
  text-align: left;
  color: #fff;
  font-family: "Montserrat-Light";
}
.hgp_tab::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1.2rem;
  height: 1px;
  background: #ffffff;
  transition: left 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.under_line {
  text-decoration: underline;

  cursor: pointer;
}
.under_line:hover {
  color: #d86a20 !important;
}
.active_tab::after {
  left: 1.2rem;
}
.hgp_tab .hgp_tab_item:last-child {
  font-family: "Montserrat-Regular";
}
.hgp_tab .hgp_tab_item:first-child {
  font-family: "Montserrat-Bold";
}
.active_tab .hgp_tab_item:last-child {
  font-family: "Montserrat-Bold";
}
.active_tab .hgp_tab_item:first-child {
  font-family: "Montserrat-Regular";
}
.hmc_car_t.active .hmc_car_t3 {
  transform: translateY(0rem);
  opacity: 1;
  transition: all 1s;
  transition-delay: 0.4s;
}

.hmc_car_t:nth-of-type(1) {
  position: relative;
}
.hmc_car_t1 {
  font-size: 0.4rem;
  font-family: "Montserrat-Bold";
}
.hmc_car_t2 {
  font-size: 0.2rem;
  margin-top: 0.05rem;
}
.hmc_car_t3 {
  font-size: 0.24rem;
  margin-top: 0.18rem;
}
.hmc_car_num {
  position: absolute;
  right: 18%;
  width: 35%;
  top: 22%;
  overflow: hidden;
  z-index: 1;
}
.hmc_car_num img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(100%);
  transition: all 1.3s;
}
.hmc_car_num img.active {
  opacity: 1;
  transform: translateY(0%);
}
.hmc_car_num img:nth-of-type(1) {
  position: relative;
}
.hmc_car_img {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 15vh;
}
.hmc_car_img img {
  width: 91%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(-0%);
  opacity: 0;
  transition: transform 2s, opacity 0.5s;
}
.hmc_car_img img:nth-of-type(1) {
  position: relative;
}
.hmc_car_img img.active {
  opacity: 1;
  transform: translateX(10%);
}

.hmc_btn_list {
  position: relative;
  margin-top: -11vh;
  z-index: 2;
}
.hmc_btn_list .btn_black_1 {
  position: absolute;
  top: 0.7rem;
  left: 0;
  opacity: 0;
}
.hmc_btn_list .btn_black_1.active {
  transition: all 1s;
  transition-delay: 0.2s;
  top: 0rem;
  opacity: 1;
}
.btn_black_1 .btn_ol_1 {
  width: 100%;
  height: 100%;
}
.bol_1,
.bol_2 {
  position: absolute;
  top: 50%;
  width: 0.18rem;
  height: 0.18rem;
  background: url("https://www.soueast-motor.com/img/arrow.png") no-repeat
    center center;
  background-size: contain;
  transform: translateY(-50%);
  z-index: 2;
}
.bol_1 {
  left: 0.18rem;
}
.bol_2 {
  right: 0.18rem;
}

/* 右侧其他 */
.hrmo_min {
  padding: 1rem 0.4rem 0rem 0.8rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.hrmo_min.active {
  opacity: 1;
  pointer-events: auto;
}
.hrmo_min:nth-of-type(1) {
  position: relative;
}
.hrmom_left {
}
.hrmom_t {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-top: 0.3rem;
}
.has_no_child {
  display: none !important;
  opacity: 0;
}
.has_no_child .hrmom_t {
  pointer-events: none;
  cursor: auto;
}
.hrmom_t:nth-of-type(1) {
  margin-top: 0;
}
.hrmom_t_n {
  font-size: 0.22rem;
  white-space: nowrap;
  position: relative;
}
.hrmom_t_n .htnt_line {
  width: 0%;
  height: 1px;
  background-color: rgb(255, 118, 0);
  margin-top: 0.05rem;
  transition: all 0.4s;
}
.hrmom_t_n::after {
  content: "";
  bottom: -0.04rem;
  width: 0%;
  background-color: rgb(255, 118, 0);
  position: absolute;
  left: 0;
  display: block;
  height: 2px;
  transition: all 1s;
}
.hrmom_t_i {
  width: 0.5rem;
  height: 0.3rem;
  position: relative;
  overflow: hidden;
  margin-left: 0.2rem;
  opacity: 0;
  transition: all 0.66s;
}
.hrmom_t_i img {
  width: 0.22rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
}
.hrmom_t_i img:nth-of-type(1) {
  left: 50%;
  opacity: 1;
}
.hrmom_t_i img:nth-of-type(2) {
  left: -50%;
  opacity: 0;
}
.hrmom_t:hover .hrmom_t_i {
  opacity: 1;
}
.hrmom_t:hover .hrmom_t_i img:nth-of-type(1) {
  left: 150%;
  opacity: 0;
}
.hrmom_t:hover .hrmom_t_i img:nth-of-type(2) {
  left: 50%;
  opacity: 1;
}
.hrmom_t:hover .htnt_line {
  width: 100%;
}
.hrmom_t:hover .hrmom_t_n::after {
  width: 100%;
}

.hrmom_right {
  width: 40%;
  margin-top: 10vh;
  position: relative;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.08);
}
.hrmom_right img {
  display: block;
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
.hrmo_min.active .hrmom_right img {
  transition: all 1s linear;
  transition-delay: 0.4s;
  clip-path: polygon(-180% 0, 100% 0, 100% 100%, -110% 100%);
}

.head_pop {
  opacity: 0;
  pointer-events: none;
}
.head_pop.active {
  opacity: 1;
  pointer-events: auto;
}

/* global pop */
.head_global_pop {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  color: rgba(255, 255, 255, 0.6);
  opacity: 0;
  pointer-events: none;
  transition: all 0.7s;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  padding: 0 0.6rem;
}
.head_global_pop.active {
  opacity: 1;
  pointer-events: auto;
}
.head_global_pop_close {
  position: absolute;
  right: 0.4rem;
  top: 0.4rem;
  width: 0.25rem;
  opacity: 0.5;
  transition: all 0.5s;
  cursor: pointer;
}
.head_global_pop_close:hover {
  opacity: 1;
  transform: scale(1.2);
}
.head_global_main .cmm_btn {
  opacity: 1;
  border: none;
  background: #191919;
  width: 3.15rem;
  height: 0.49rem;
  transform: translateY(0rem);
  margin: 0;
  gap: 0.2rem;
}
.scp_title {
  margin: 0.4rem 0 0.2rem 0;
  font-size: 0.2rem;
  color: #fff;
  opacity: 0.7;
}

.head_global_main .cmm_btn .bt_mask {
  background: #191919;
}
.head_global_main .cmm_btn .bt_t {
  display: flex;
  align-items: center;
  left: 0.35rem;
  color: #fff !important;
}
#language .cmm_btn .bt_t {
  left: 0.4rem;
}
.head_global_main .cmm_btn:hover .bt_t {
  left: 1.8rem;
}
.head_global_main .cmm_btn:nth-child(1):hover .bt_t {
  left: 2.1rem;
}
.head_global_main .cmm_btn:nth-child(2):hover .bt_t {
  left: 2.1rem;
}
.head_global_main .cmm_btn:nth-child(4):hover .bt_t {
  left: 2rem;
}
.head_global_main .cmm_btn:nth-child(5):hover .bt_t {
  left: 2.1rem;
}
.head_global_main .cmm_btn:nth-child(6):hover .bt_t {
  left: 1.4rem;
}
#region {
  .first_btn:hover .bt_t {
    left: 1.8rem;
  }
}

#language .cmm_btn:nth-child(1):hover .bt_t {
  left: 1.9rem;
}
#language .cmm_btn:nth-child(2):hover .bt_t {
  left: 2rem;
}
#language .cmm_btn:nth-child(3):hover .bt_t {
  left: 1.8rem;
}
#language .cmm_btn:nth-child(4):hover .bt_t {
  left: 1.65rem;
}

/* .head_global_main  .cmmbi_2{
	right: 0.2rem;
} */
.head_global_main .scp_name_go {
  margin-top: 0;
  gap: 0.2rem;
}
.head_global_main .scp_go::after {
  background: rgba(255, 255, 255, 0.2);
}
#language {
  display: none;
}
.head_global_main .scp_name_go {
  width: 13.27rem;
  max-width: 13.27rem;
}
.cmm_icon {
  width: 0.25rem;
  height: 0.25rem;
  margin-right: 0.1rem;
  flex-shrink: 0;
}
.hgp_title {
  font-size: 0.47rem;
  color: #fff;
  font-family: "Montserrat-Bold";
  opacity: 0.8;
}
.country_min_line {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.3);
  left: 0;
}
.country_min_line::after {
  content: "";
  width: 0%;
  height: 2px;
  left: 0;
  bottom: 0;
  display: block;
  background-color: rgb(254, 118, 0);
  transition: all 0.77s;
}
.country_min {
  margin-top: 0.3rem;
  display: flex;
  position: relative;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  height: 0.7rem;
  font-size: 0.2rem;
  cursor: pointer;
  transition: all 0.5s;
}
.country_min_no {
  pointer-events: none;
  cursor: auto;
}
.country_min_name {
  display: flex;
}
.country_min_name span {
  width: 1.8rem;
  display: block;
}
.country_min_icon_list {
  position: relative;
  width: 0.4rem;
  overflow: hidden;
  margin-right: -0.1rem;
  opacity: 0;
  transition: all 0.5s;
}
.country_min:hover .country_min_icon_list {
  opacity: 1;
}
.country_min_icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.2rem;
  transition: all 0.77s;
}
.country_min_icon_1 {
  position: relative;
  opacity: 1;
}
.country_min_icon_2 {
  left: -50%;
  opacity: 0;
}
.country_min:hover {
  color: rgb(254, 118, 0);
}
.country_min:hover .country_min_icon_1 {
  left: 150%;
  opacity: 0;
}
.country_min:hover .country_min_icon_2 {
  left: 50%;
  opacity: 1;
}
.country_min:hover .country_min_line::after {
  width: 100%;
}

.hgp_mask {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.65);
}
#language {
  margin-top: 0.4rem;
}
#language .bt_t {
  align-items: flex-start;
  flex-direction: column;
}
#language .bt_t span:first-child {
  font-size: 0.12rem;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Montserrat-Regular";
}
#language .bt_t span:last-child {
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 1);
  letter-spacing: 15%;
  font-family: "Montserrat-Regular";
}
#language .cmm_btn {
  height: 0.7rem;
}
.head_global_main {
  position: relative;
  width: 14.98rem;
  height: 6.37rem;
  margin-top: -0.9rem;
  padding: 0.6rem 0.8rem;
  background-color: #000;
  z-index: 2;
  border-radius: 20px;
  overflow: hidden;
}

.hgp_country_list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hgp_country_list {
  margin-top: 0.4rem;
}

.open_ping {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  transition: 3.5s;
  z-index: 2000;
}
.open_ping._close {
  height: 0;
}

/* 按钮 */
.btn_s1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.btn_s1 {
  width: 1.6rem;
  cursor: pointer;
}
.btn_s1_t {
  color: #fff;
  font-size: 0.16rem;
}
.btn_s1_icon {
  position: relative;
  width: 0.4rem;
  overflow: hidden;
  height: 0.16rem;
}
.btn_s1_icon img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.21rem;
  transition: all 0.4s;
}
.bsi_1 {
  left: 0.5rem;
}
.bsi_2 {
  left: -0.3rem;
  opacity: 0;
}
.btn_s1:hover .bsi_1 {
  left: 0.4rem;
  opacity: 0;
}
.btn_s1:hover .bsi_2 {
  left: 0.1rem;
  opacity: 1;
}

/* 按钮2 */
.btn_black_1 {
  border-radius: 50px;
  overflow: hidden;
  width: 2.5rem;
  height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #000;
  cursor: pointer;
  color: #fff;
  font-size: 0.16rem;
}
.btn_black_1:hover {
  background-color: #2b2b2b;
}
.bb1_il {
  position: relative;
}
.bb1_il img {
  width: 0.2rem;
}
.bb1_il_2 {
  position: absolute;
  top: 0;
  left: 0;
}
.only_mobile {
  display: none;
}

@media (max-width: 767px) {
  .header {
    justify-content: center;
    height: 1rem;
    padding: 0 0.5rem;
    position: relative;
  }
  .header_left {
    display: none;
  }
  .header_logo_container {
    position: relative;
    transform: none;
    left: auto;
    top: auto;
    z-index: 15;
  }
  .header_logo {
    width: 3rem;
  }
  .menu {
    position: absolute;
    left: 0.5rem;
    z-index: 16;
  }
  .header_right {
    position: absolute;
    right: 0.5rem;
    z-index: 16;
  }
  .only_mobile {
    display: block;
  }
  .head_global_pop_close {
    width: 0.45rem;
  }
  .head_global_pop {
    padding: 0;
  }
  .head_global_main {
    width: 100%;
    height: 100vh;
    padding: 10vh 10vw 0;
    border-radius: 0px;
    overflow-y: auto;
    padding-bottom: 1.5rem;
  }
  .hgp_title {
    font-size: 0.55rem;
    width: 4rem;
    text-align: left;
  }
  .country_min {
    width: 100%;
    font-size: 0.24rem;
    height: 1.2rem;
    margin-top: 0.5rem;
  }
  .country_min_icon {
    width: 0.28rem;
  }
  .country_min_name span {
    width: 2.5rem;
  }
  /* 头部弹窗 */
  .header_mask {
    opacity: 1;
    z-index: 14;
  }
  .header_logo,
  .diqiu {
    z-index: 15;
  }
  .head_pop {
    background-color: #000;
  }
  .head_mb {
    padding: 1.8rem 0.5rem 0;
    height: 100vh;
    overflow-y: scroll;
  }
  .head_mb_car_list {
    font-size: 0.45rem;
    color: #fff;
  }
  .head_mb_car_list li,
  .hmomt_t {
    font-family: "Montserrat-Bold";
  }
  .head_mb_car_list li {
    margin: 0.4rem 0;
    font-weight: bold;
  }
  .head_mb_other_list {
    margin-top: 0.4rem;
    color: #fff;
  }
  .hmom_tab {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    height: 1.4rem;
    font-weight: bold;
  }
  .head_mb_other_min.active .hmom_tab {
    border-bottom: 0px solid rgba(255, 255, 255, 0.3);
  }
  .hmomt_line {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .hmomt_line div {
    width: 0.3rem;
    height: 1px;
    background-color: #fff;
  }
  .hmomt_line div:nth-of-type(2) {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 0.3rem;
    background-color: #fff;
  }
  .hmomt_t {
    font-size: 0.32rem;
  }
  .hmom_child_list {
    overflow: hidden;
    transition: all 0.7s;
    height: 0;
    padding: 0;
  }
  .hmom_child_list div {
    height: 1rem;
    line-height: 1rem;
    font-size: 0.3rem;
  }

  .head_mb_other_min.active .hmomt_line div:nth-of-type(2) {
    opacity: 0;
  }
  .head_mb_other_min.active .hmomt_line div:nth-of-type(1) {
    background-color: rgb(255, 118, 0);
  }
  .head_mb_other_min.active .hmomt_t {
    color: rgb(255, 118, 0);
  }

  .head_mb_other_min.active .hcl_2 {
    height: 2.8rem;
    padding: 0.4rem 0 0.4rem;
  }
  .head_mb_other_min.active .hcl_3 {
    height: 3.8rem;
    padding: 0.4rem 0 0.4rem;
  }
  .head_mb_other_min.active .hcl_4 {
    height: 4.8rem;
    padding: 0.4rem 0;
  }
}

/* footer */
footer {
  background-color: #000;
  padding: 1rem 0.7rem 0.4rem;
}
.footer_logo_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.footer_logo {
  width: 30%;
}
.go_top {
  display: flex;
  color: #fff;
  align-items: center;
  font-size: 0.2rem;
  cursor: pointer;
}
.go_top img {
  width: 0.2rem;
  margin-left: 0.2rem;
}
.ft_jump_country_btn {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 3rem;
  margin-bottom: 0.5rem;
}
.ftjc_btn {
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 0.16rem;
  cursor: pointer;
}
.ftjc_btn img {
  width: 0.22rem;
  margin-left: 0rem;
  opacity: 0;
  transition: all 0.5s;
}
.ftjc_btn:hover img {
  margin-left: 0.2rem;
  opacity: 1;
}
.footer_jump {
  margin-top: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer_jump_l {
  display: flex;
  align-items: center;
}
.footer_jump_l div {
  height: 0.8rem;
  line-height: 0.8rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.16rem;
  margin-right: 0.4rem;
  position: relative;
  cursor: pointer;
  transition: all 0.5s;
}
.footer_jump_l div:hover {
  color: #fff;
}
.footer_jump_l div::after {
  bottom: 0;
  left: 0;
  height: 1px;
  position: absolute;
  content: "";
  transition: transform 0.55s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scaleX(0);
  transform-origin: right;
  background-color: rgb(255, 118, 0);
  width: 100%;
}
.footer_jump_l div:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.footer_jump_r {
  display: flex;
}
.footer_jump_r img {
  width: 0.25rem;
  margin-left: 0.4rem;
  transition: all 0.6s;
}
.footer_jump_r img:hover {
  transform: scale(1.3);
}
.footer_other {
  text-align: center;
  margin-top: 0.5rem;
  color: rgb(255, 255, 255);
  font-size: 0.16rem;
}

@media (max-width: 767px) {
  footer {
    padding: 0.8rem 0.7rem 0.5rem;
  }
  .footer_logo_top {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 5rem;
  }
  .footer_logo {
    width: 80%;
  }
  .go_top {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0.3rem;
  }
  .go_top img {
    width: 0.32rem;
    margin-left: 0.2rem;
  }
  .footer_jump {
    margin-top: 0;
  }
  .footer_jump_r {
    display: none;
  }
  .footer_jump_l {
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  .footer_jump_l div {
    margin-right: 0;
    font-size: 0.2rem;
  }
  .fjl_line {
    width: 1px;
    height: 0.2rem !important;
    background-color: rgba(255, 255, 255, 0.4);
  }
  .footer_other {
    font-size: 0.18rem;
    color: rgb(255, 255, 255);
  }

  .footer_logo_top {
    flex-direction: column;
  }
  .footer_logo {
    margin-top: 1.2rem;
  }
  .footer_jump_mb {
    display: flex !important;
    margin-top: 1.3rem;
  }
  .footer_jump_mb img {
    width: 0.4rem;
    margin: 0 0.3rem;
  }

  .ft_jump_country_btn {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  }
  .ftjc_btn {
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 0.22rem;
    cursor: pointer;
  }
  .ftjc_btn img {
    width: 0.22rem;
    margin-left: 0.2rem;
    opacity: 1;
  }
}

/* cookie */
.cookies_pop {
  position: fixed;
  bottom: 0.5rem;
  width: 80%;
  margin-left: 10%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 5000;
  transform: translateY(1rem);
  opacity: 0;
  transition: all 0.7s;
  pointer-events: none;
}
.cookies_pop.active {
  transform: translateY(0rem);
  opacity: 1;
  pointer-events: auto;
}
.close_cookie_i {
  width: 0.7rem;
  padding: 0.27rem;
  cursor: pointer;
  opacity: 0.6;
  transition: all 0.3s;
}
.close_cookie_i:hover {
  opacity: 1;
  transform: scale(1.2);
}
.cookie_detail {
  padding: 0 0.3rem;
  color: #fff;
  font-size: 0.18rem;
  line-height: 0.3rem;
  opacity: 0.8;
}
.cookie_detail a {
  color: #fff;
  text-decoration: underline;
}
.cookie_btn {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 0 0.3rem 0.3rem;
  margin-top: 0.2rem;
}
.cookie_btn_agree {
  width: 2.3rem;
  height: 0.55rem;
  border-radius: 50px;
  overflow: hidden;
  color: #fff;
  cursor: pointer;
}
.cookie_btn_agree .bt_mask {
  background-color: rgb(58, 55, 54);
}

@media (max-width: 767px) {
  .close_cookie_i {
    width: 1.35rem;
    padding: 0.5rem;
  }
  .cookie_detail {
    padding: 0 0.5rem;
    color: #fff;
    font-size: 0.27rem;
    line-height: 0.45rem;
    opacity: 0.8;
  }
  .cookie_btn {
    padding: 0 0.5rem 0.5rem;
  }
  .cookie_btn_agree {
    width: 100%;
    height: 0.8rem;
    border-radius: 50px;
    overflow: hidden;
    color: #fff;
    cursor: pointer;
    margin-top: 0.4rem;
  }
  .cookie_btn_agree .bt_t {
    font-size: 0.25rem;
  }
  .cookie_btn_agree .bol_2 {
    width: 0.3rem;
  }
}

.select_cun_pop_box {
  position: fixed;
  bottom: 0vh;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.5s;
  z-index: 3000;
  opacity: 0;
  pointer-events: none;
}
.select_cun_pop_box.active {
  opacity: 1;
  pointer-events: auto;
}
.select_cun_pop {
  position: absolute;
  bottom: -85vh;
  height: 85vh;
  background-color: #fff;
  width: 100%;
  padding-top: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.5s;
}
.select_cun_pop_box.active .select_cun_pop {
  bottom: 0vh;
  transition-delay: 0.2s;
}
.scp_close {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.5s;
}
@media (min-width: 767px) {
  .scp_close:hover {
    opacity: 1;
  }
}

.scp_close img {
  width: 0.15rem;
}
.scp_t1 {
  font-size: 0.68rem;
  text-align: center;
  letter-spacing: 0.05rem;
  font-family: "Montserrat-Bold";
}
.scp_t2 {
  font-size: 0.16rem;
  line-height: 0.3rem;
  text-align: center;
  margin-top: 0.66rem;
  color: rgba(68, 68, 68, 1);
}
.scp_name_go {
  display: flex;
  margin-top: 0.8rem;
  flex-wrap: wrap;
  max-width: 12.05rem;
}
.scp_go {
  height: 0.6rem;
  width: 2.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  font-size: 0.16rem;
  letter-spacing: 2px;
  margin-left: 0.2rem;
  border-radius: 6px;
  position: relative;
  margin-bottom: 0.2rem;
}

.scp_go::after {
  content: "";
  display: block;
  bottom: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  background: rgba(240, 241, 242, 1);
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
}
#region .cmm_btn:hover .bt_mask {
  background: #2b2b2b !important;
}
@media (min-width: 768px) {
  .scp_go:hover::after {
    opacity: 1;
  }
}

.color_444 .bt_t {
  color: #444 !important;
}
.select_cun_pop .cmm_btn {
  opacity: 1;
  transform: translateY(0rem);
}
.scp_go.active {
  cursor: pointer;
}
.select_cun_pop .cmm_btn .bt_mask {
  background-color: transparent;
}
.scp_go.active .bt_mask {
  background-color: transparent;
}
@media (min-width: 767px) {
  .select_cun_pop .cmm_btn:hover .bt_t {
    left: 1rem;
  }
}

.scp_name_choose {
  display: flex;
  border-bottom: 1px solid #000;
  align-items: center;
  cursor: pointer;
}
.scp_name_choose input {
  pointer-events: none;
  border: none;
  width: 3.7rem;
  font-size: 0.18rem;
  height: 0.6rem;
}
.scp_name_choose img {
  width: 0.15rem;
}
.scp_name_select {
  width: 100%;
  height: 0rem;
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
  overflow: hidden;
}
.scp_name_select div {
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  padding-left: 0.2rem;
  cursor: pointer;
  font-size: 0.16rem;
}
.scp_name_select.active {
  height: 2rem;
}
body > div.select_cun_pop_box.active > div > div.scp_name_go > a:nth-child(2) {
  width: 2.8rem;
}
.only_pc {
  display: block;
}
.only_mb {
  display: none;
}

@media (max-width: 767px) {
  .select_cun_pop {
    height: 100vh;
    padding-top: 2rem;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
    padding-bottom: 1rem;
    overflow-y: auto;
  }

  .scp_close {
    top: 0.5rem;
    width: 0.8rem;
    height: 0.8rem;
  }
  .scp_close img {
    width: 0.25rem;
  }
  .scp_name_go {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .head_global_main .scp_name_go {
    width: 100%;
  }
  .only_mb {
    display: block;
    width: 0.35rem;
    height: 0.35rem;
    margin-left: 0.3rem;
  }
  .header_right {
    width: 2rem;
    justify-content: flex-end;
  }
  .head_global_main .cmm_icon {
    width: 0.48rem;
    height: 0.48rem;
    margin-right: 0.2rem;
  }
  .head_global_main .scp_title {
    font-size: 0.43rem;
  }
  .head_global_main .cmm_btn {
    width: 100%;
    height: 0.98rem;
  }
  .head_global_main .scp_title {
    margin-bottom: 0.38rem;
  }
  .hgp_title {
    font-size: 0.53rem;
  }
  .hgp_tab {
    width: 4.2rem;
  }
  .hgp_tab_item {
    width: 2.1rem;
  }
  .hgp_tab::after {
    width: 2.1rem;
  }
  .active_tab::after {
    left: 2.1rem;
  }
  .head_global_pop_close {
    top: 1rem;
  }
  .head_global_main .cmm_btn .bt_t {
    font-size: 0.27rem;
    font-weight: 400;
  }
  #language .cmm_btn {
    height: 1.21rem;
  }
  #language .bt_t span:first-child {
    font-size: 0.21rem;
  }
  #language .bt_t span:last-child {
    font-size: 0.28rem;
  }
  .only_pc {
    display: none;
  }
  .scp_t2 {
    text-align: center;
  }
  .scp_name_choose {
    width: 100%;
  }
  .scp_name_choose input {
    flex: 1;
    height: 0.95rem;
  }
  .scp_go {
    margin-left: 0;
    width: 100%;
    height: 1rem;
    margin-top: 0.03rem;
  }
  .cmmbi_2 {
    width: 0.36rem !important;
    right: 0.5rem;
  }
  .select_cun_pop .cmm_btn .bt_t {
    font-size: 0.27rem;
    font-weight: 400;
  }
  .scp_t1 {
    font-size: 0.64rem;
    color: rgba(68, 68, 68, 1);
    font-weight: 700;
  }
  .scp_t2 {
    font-size: 0.28rem;
    line-height: 0.4rem;
    letter-spacing: 2%;
  }
  .scp_name_choose input {
    font-size: 0.29rem;
    text-align: center;
  }
  .scp_name_select div {
    font-size: 0.29rem;
    height: 0.8rem;
    line-height: 0.8rem;
  }
  .scp_name_select.active {
    height: 3.2rem;
  }
  .scp_t2_pc {
    display: none;
  }
  .scp_t2_mb {
    display: block;
  }

  body
    > div.select_cun_pop_box.active
    > div
    > div.scp_name_go
    > a:nth-child(2) {
    width: 100%;
  }
}

/* Footer addresses section */
.footer_addresses {
  margin: 0.5rem 0;
  text-align: left;
}

.addresses_title {
  color: #fff;
  font-size: 0.22rem;
  font-weight: 600;
  margin-bottom: 0.3rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.addresses_content {
  display: block;
}

.address_group {
  display: block;
  margin-bottom: 0.5rem;
}

.city_name {
  color: #fff;
  font-size: 0.18rem;
  font-weight: 500;
  margin-bottom: 0.2rem;
  opacity: 0.9;
}

.address_item {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.16rem;
  line-height: 1.2;
  margin-left: 0.2rem;
  margin-bottom: 0.1rem;
  display: flex;
  align-items: flex-start;
  gap: 0.1rem;
}

.address_item::before {
  content: "";
  display: inline-block;
  width: 0.16rem;
  height: 0.16rem;
  background-image: url("../img/logo-location.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
  margin-top: 0.02rem;
}

@media (max-width: 767px) {
  .footer_addresses {
    margin: 0.8rem 0 0.5rem 0;
  }

  .addresses_title {
    font-size: 0.24rem;
    margin-bottom: 0.4rem;
  }

  .city_name {
    font-size: 0.2rem;
  }

  .address_item {
    font-size: 0.17rem;
    margin-left: 0.2rem;
    gap: 0.12rem;
  }

  .address_item::before {
    width: 0.18rem;
    height: 0.18rem;
  }
}

/* Phone code dropdown styles */
#codeTelephone {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  background-color: white;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 1em;
  padding-right: 30px;
}

#codeTelephone option {
  padding: 8px;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: 8px center;
  background-size: 20px;
  padding-left: 35px;
}

/* Add flag backgrounds for each country using real flag images */
#codeTelephone option[data-flag="ma"] {
  background-image: url("https://flagcdn.com/w40/ma.png");
}
#codeTelephone option[data-flag="fr"] {
  background-image: url("https://flagcdn.com/w40/fr.png");
}
#codeTelephone option[data-flag="be"] {
  background-image: url("https://flagcdn.com/w40/be.png");
}
#codeTelephone option[data-flag="ch"] {
  background-image: url("https://flagcdn.com/w40/ch.png");
}
#codeTelephone option[data-flag="dz"] {
  background-image: url("https://flagcdn.com/w40/dz.png");
}
#codeTelephone option[data-flag="tn"] {
  background-image: url("https://flagcdn.com/w40/tn.png");
}
#codeTelephone option[data-flag="ci"] {
  background-image: url("https://flagcdn.com/w40/ci.png");
}
#codeTelephone option[data-flag="sn"] {
  background-image: url("https://flagcdn.com/w40/sn.png");
}
#codeTelephone option[data-flag="cm"] {
  background-image: url("https://flagcdn.com/w40/cm.png");
}
#codeTelephone option[data-flag="cd"] {
  background-image: url("https://flagcdn.com/w40/cd.png");
}
#codeTelephone option[data-flag="bj"] {
  background-image: url("https://flagcdn.com/w40/bj.png");
}
#codeTelephone option[data-flag="bf"] {
  background-image: url("https://flagcdn.com/w40/bf.png");
}
#codeTelephone option[data-flag="ml"] {
  background-image: url("https://flagcdn.com/w40/ml.png");
}
#codeTelephone option[data-flag="mr"] {
  background-image: url("https://flagcdn.com/w40/mr.png");
}
#codeTelephone option[data-flag="gn"] {
  background-image: url("https://flagcdn.com/w40/gn.png");
}
#codeTelephone option[data-flag="tg"] {
  background-image: url("https://flagcdn.com/w40/tg.png");
}
#codeTelephone option[data-flag="ne"] {
  background-image: url("https://flagcdn.com/w40/ne.png");
}
#codeTelephone option[data-flag="td"] {
  background-image: url("https://flagcdn.com/w40/td.png");
}
#codeTelephone option[data-flag="cf"] {
  background-image: url("https://flagcdn.com/w40/cf.png");
}
#codeTelephone option[data-flag="cv"] {
  background-image: url("https://flagcdn.com/w40/cv.png");
}
#codeTelephone option[data-flag="st"] {
  background-image: url("https://flagcdn.com/w40/st.png");
}
#codeTelephone option[data-flag="gq"] {
  background-image: url("https://flagcdn.com/w40/gq.png");
}
#codeTelephone option[data-flag="ga"] {
  background-image: url("https://flagcdn.com/w40/ga.png");
}
#codeTelephone option[data-flag="cg"] {
  background-image: url("https://flagcdn.com/w40/cg.png");
}
#codeTelephone option[data-flag="ao"] {
  background-image: url("https://flagcdn.com/w40/ao.png");
}
#codeTelephone option[data-flag="gw"] {
  background-image: url("https://flagcdn.com/w40/gw.png");
}
#codeTelephone option[data-flag="io"] {
  background-image: url("https://flagcdn.com/w40/io.png");
}
#codeTelephone option[data-flag="ac"] {
  background-image: url("https://flagcdn.com/w40/ac.png");
}
#codeTelephone option[data-flag="sc"] {
  background-image: url("https://flagcdn.com/w40/sc.png");
}
#codeTelephone option[data-flag="sd"] {
  background-image: url("https://flagcdn.com/w40/sd.png");
}
#codeTelephone option[data-flag="rw"] {
  background-image: url("https://flagcdn.com/w40/rw.png");
}
#codeTelephone option[data-flag="et"] {
  background-image: url("https://flagcdn.com/w40/et.png");
}
#codeTelephone option[data-flag="so"] {
  background-image: url("https://flagcdn.com/w40/so.png");
}
#codeTelephone option[data-flag="dj"] {
  background-image: url("https://flagcdn.com/w40/dj.png");
}
#codeTelephone option[data-flag="ke"] {
  background-image: url("https://flagcdn.com/w40/ke.png");
}
#codeTelephone option[data-flag="tz"] {
  background-image: url("https://flagcdn.com/w40/tz.png");
}
#codeTelephone option[data-flag="ug"] {
  background-image: url("https://flagcdn.com/w40/ug.png");
}
#codeTelephone option[data-flag="bi"] {
  background-image: url("https://flagcdn.com/w40/bi.png");
}
#codeTelephone option[data-flag="mz"] {
  background-image: url("https://flagcdn.com/w40/mz.png");
}
#codeTelephone option[data-flag="zm"] {
  background-image: url("https://flagcdn.com/w40/zm.png");
}
#codeTelephone option[data-flag="mg"] {
  background-image: url("https://flagcdn.com/w40/mg.png");
}
#codeTelephone option[data-flag="re"] {
  background-image: url("https://flagcdn.com/w40/re.png");
}
#codeTelephone option[data-flag="zw"] {
  background-image: url("https://flagcdn.com/w40/zw.png");
}
#codeTelephone option[data-flag="na"] {
  background-image: url("https://flagcdn.com/w40/na.png");
}
#codeTelephone option[data-flag="mw"] {
  background-image: url("https://flagcdn.com/w40/mw.png");
}
#codeTelephone option[data-flag="ls"] {
  background-image: url("https://flagcdn.com/w40/ls.png");
}
#codeTelephone option[data-flag="bw"] {
  background-image: url("https://flagcdn.com/w40/bw.png");
}
#codeTelephone option[data-flag="sz"] {
  background-image: url("https://flagcdn.com/w40/sz.png");
}
#codeTelephone option[data-flag="km"] {
  background-image: url("https://flagcdn.com/w40/km.png");
}
#codeTelephone option[data-flag="za"] {
  background-image: url("https://flagcdn.com/w40/za.png");
}
#codeTelephone option[data-flag="sh"] {
  background-image: url("https://flagcdn.com/w40/sh.png");
}
#codeTelephone option[data-flag="er"] {
  background-image: url("https://flagcdn.com/w40/er.png");
}
#codeTelephone option[data-flag="aw"] {
  background-image: url("https://flagcdn.com/w40/aw.png");
}
#codeTelephone option[data-flag="fo"] {
  background-image: url("https://flagcdn.com/w40/fo.png");
}
#codeTelephone option[data-flag="gl"] {
  background-image: url("https://flagcdn.com/w40/gl.png");
}

/* Hover effect for dropdown options */
#codeTelephone option:hover {
  background-color: #f5f5f5;
}

/* Focus styles for better accessibility */
#codeTelephone:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

/* Mobile styles */
@media (max-width: 767px) {
  #codeTelephone {
    font-size: 18px;
    padding: 12px;
    padding-right: 35px;
  }

  #codeTelephone option {
    padding: 12px;
    padding-left: 45px;
    background-size: 25px;
  }
}

.contact_us {
  position: relative;
}

.contact_subtitle {
  font-size: 0.2rem;
  color: #666;
  margin-top: 0.05rem;
  font-weight: normal;
}

.phone-dropdown {
  position: relative;
  cursor: pointer;
}

.phone-dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  min-width: 160px;
  padding: 0.3rem;
  border-radius: 4px;
  margin-top: 0.2rem;
  z-index: 1000;
}

.phone-dropdown.active .phone-dropdown-content {
  display: block;
}

.phone-dropdown-content a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  display: block;
  text-align: center;
  padding: 0.1rem 0;
  transition: all 0.3s;
}

.phone-dropdown-content a:hover {
  color: rgb(255, 118, 0);
}

@media (max-width: 767px) {
  .phone-dropdown {
    display: block;
  }

  .phone-dropdown .diqiu.phone {
    width: 18px;
    height: 18px;
  }

  .phone-dropdown-content {
    width: 200px;
    right: -0.5rem;
  }
}

/* Make phone icon larger */
.diqiu.phone.only_pc {
  width: 22px !important;
  height: 22px !important;
}

/* Add spacing between phone number and language icon/label */
.label_right.phone.only_pc.phone-number {
  display: inline-block;
  vertical-align: middle;
  margin-right: 18px;
  font-size: 0.18rem;
  letter-spacing: 1px;
}

/* Vertically align phone and language */
.header_right {
  align-items: center;
}

/* Optionally, adjust language icon vertical alignment */
.diqiu.lang.only_pc {
  vertical-align: middle;
}
.label_right.lang.only_pc {
  vertical-align: middle;
}

/* Mobile: show language icon/label and space them */
@media (max-width: 767px) {
  .header_right {
    display: flex;
    align-items: center;
  }
  .phone-dropdown.only_mb {
    display: flex;
    align-items: center;
  }
  .diqiu.lang.only_mb {
    width: 20px;
    height: 20px;
    margin-left: 14px;
    vertical-align: middle;
  }
  .label_right.lang.only_mb {
    font-size: 0.18rem;
    color: #fff;
    margin-left: 2px;
    vertical-align: middle;
    display: inline-block;
  }
  .phone-dropdown-content a.phone-number {
    font-size: 0.18rem;
    letter-spacing: 1px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
  }
}

/* Top right language button - always in header, not header_right */
.lang-top-right {
  position: absolute;
  top: 0.18rem;
  right: 0.5rem;
  display: flex;
  align-items: center;
  z-index: 20;
}
.lang-top-right .diqiu.lang {
  width: 22px;
  height: 22px;
}
.lang-top-right .label_right.lang {
  margin-left: 6px;
  font-size: 0.18rem;
  color: #fff;
  font-family: "Montserrat-Regular";
}

@media (max-width: 767px) {
  .lang-top-right {
    top: 0.22rem;
    right: 0.5rem;
    z-index: 20;
  }
  .lang-top-right .diqiu.lang {
    width: 20px;
    height: 20px;
  }
  .lang-top-right .label_right.lang {
    font-size: 0.18rem;
    margin-left: 4px;
  }
}

/* Hide Language text on mobile */
.hide-on-mobile {
  display: inline;
}
@media (max-width: 767px) {
  .hide-on-mobile {
    display: none !important;
  }
}
