:root {
  --space: clamp(2.5rem, 1.563rem + 4.69vw, 6.25rem);
  --bg: #395e1b;
  --hue: #afbc34;
  --fwp: "Pacifico";
  --fwr: "Poppins-Regular";
  --fws: "FiraSans";
}
html,
body{
}
/* 字体 */
.fwp {
  font-family: var(--fwp);
}
.fwr {
  font-family: var(--fwr);
}
.fws {
  font-family: var(--fws);
}
.color46 {
  color: #464541;
}
.colorm {
  color: var(--bg);
}

.pt {
  padding-top: var(--space);
}
.pb {
  padding-bottom: var(--space);
}
.ptb {
  padding-top: var(--space);
  padding-bottom: var(--space);
}
.p_b_20 {
  padding-bottom: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
}
.p_b_30 {
  padding-bottom: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
}
.p_b_40 {
  padding-bottom: clamp(1.25rem, 0.938rem + 1.56vw, 2.5rem);
}

/* 公用btn */
.public_btn {
  display: inline-block;
  padding: 8px 24px;
  background-color: transparent;
  border: 2px solid transparent;
  background-color: var(--hue);
  position: relative;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  z-index: 2;
  cursor: pointer;
  overflow: hidden;
}
.public_btn:hover {
  background-color: #f0dce5;
  border-color: #f0dce5;
  color: #595959 !important;
}
/* 标题 */
.title {
  color: #1a1a1a;
}
.text {
  line-height: 1.6;
  color: #595959;
}
/* ~~~~~~~~~~~~popup inquiry,css */
/* ~~~~~~~~~~~~popup inquiry,css */
/* ~~~~~~~~~~~~popup inquiry,css */

.popup_inquiry {
  display: none;
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.popup_inquiry_mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.popup_inquiry_form {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 92%;
  max-width: 800px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.popup_inquiry_form_l {
  width: 40%;
}
.popup_inquiry_form_l img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popup_inquiry_form_r {
  width: 60%;
  padding: 30px;
  background: #fff;
}

.popup_inquiry_form_close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  width: 30px;
  height: 30px;
  font-size: 20px;
  color: var(--hue);
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid var(--hue);
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.popup_inquiry_title {
  margin-bottom: 5px;
}

.popup_inquiry_form form {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 30px;
}
.popup_inquiry_form form .item {
  width: 100%;
  margin-bottom: 9px;
}
.popup_inquiry_form form .item input,
.popup_inquiry_form .item textarea {
  width: 100%;
  height: clamp(2.5rem, 2.349rem + 0.67vw, 2.938rem);
  padding-left: 10px;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

.popup_inquiry_form .item.textarea textarea::placeholder,
.popup_inquiry_form .item input::placeholder {
  font-size: 16px;
  color: #888;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}
.popup_inquiry_form .item textarea {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  height: 80px;
  padding-top: 8px;
  resize: none;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
}

.popup_inquiry_form form .item .public_page_btn {
  border: none;
  background-color: var(--hue);
  color: #ffffff;
  cursor: pointer;
}

/* ~~~~~~~~~~~~popup inquiry,css~~~~~~~~~end */
/* ~~~~~~~~~~~~popup inquiry,css~~~~~~~~~end */
/* ~~~~~~~~~~~~popup inquiry,css~~~~~~~~~end */
/* 点击视频弹出播放框css */
.ind_video_maskBox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.ind_video_maskBox .video_Box_1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -60%);
  -webkit-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
  width: 800px;
  height: 485px;
}
.ind_video_maskBox .video_Box_1 .videoIframe {
  background: #333333;
  width: 100%;
  height: 100%;
  border: none;
}
.ind_video_maskBox .video_Box_1 .closeBtn {
  position: absolute;
  top: 0;
  right: 0;
  -ms-transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  font-size: 24px;
  color: #ffffff;
  cursor: pointer;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ind_video_maskBox .video_Box_1 .closeBtn:hover {
  color: #f40a0a;
}
/* 点击视频弹出播放框css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~wap head,css */
/* ~~~~~~~~~~~~~~~wap head,css */
/* ~~~~~~~~~~~~~~~wap head,css*/
.mask,
.mobile_menu_mask {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 15;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.mask {
  z-index: 13;
}
/*
 * wap head
 */
.mobile_header {
  height: 52px;
  display: none;
  clear: both;
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.mobile_header_top {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 14;
  width: 100%;
  height: 52px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(50, 50, 50, 0.2);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.mobile_logo {
  height: 52px;
  margin-left: 0;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  padding: 0 15px;
}
.mobile_logo img {
  height: 42px;
  width: auto;
}
.mobile_menu_btn {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  width: 54px;
  height: 52px;
  cursor: pointer;
}
.mobile_menu_btn .line {
  display: block;
  height: 3px;
  width: 28px;
  background: #333333;
  border-radius: 4px;
  margin-bottom: 6px;
}
.mobile_menu_btn .line:last-child {
  margin-bottom: 0;
}
.mobile_search_icon {
  width: 34px;
  color: #fff;
  font-size: 34px;
  text-align: center;
  margin-right: 52px;
  cursor: pointer;
}
.mobile_search_icon img {
  width: 100%;
}
.mobile_menu_b {
  margin-top: 40px;
}
.mobile_menu_b_clm {
  margin-bottom: 25px;
}
.mobile_menu_b_clm .tt {
  font-size: 16px;
  color: #333;
  margin-bottom: 8px;
}
.mobile_menu_b_clm .text {
  font-size: 14px;
  color: #333;
}
.mobile_menu_b_clm .text a {
  color: #333;
  word-break: break-all;
}
.mobile_lag_box {
  padding: 30px 0 20px;
  margin-bottom: 40px;
}
.mobile_lag_tt {
  font-size: 16px;
  color: #333;
  padding-bottom: 18px;
}
.mobile_lag_text {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.mobile_lag_text a {
  color: #333;
  font-size: 16px;
  margin-right: 25px;
}
.mobile_menu_box {
  position: fixed;
  right: -110%;
  top: 0;
  z-index: 15;
  width: 75%;
  height: 100%;
  background: #fff;
  padding: 20px 15px;
  overflow-y: auto;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.mobile_menu_box.show {
  right: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.mobile_menu_dl dd {
  clear: both;
  line-height: 1.3;
  border-bottom: 1px solid #e1e1e1;
}
.mobile_menu_tt {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.mobile_menu_tt .text {
  width: calc(100% - 50px);
  color: #333;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 0;
  text-transform: uppercase;
}
.mobile_menu_dl dd.hover .mobile_menu_tt .text {
  color: var(--hue2);
}
.mobile_menu_tt_icon {
  /* display: none; */
  width: 44px;
  line-height: 44px;
  text-align: center;
  color: #333;
  font-size: 16px;
  -webit-transition: all 0.5s;
  transition: all 0.5s;
  transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  cursor: pointer;
}
.mobile_menu_down {
  display: none;
  padding: 6px 0 10px 12px;
}
.mobile_menu_down_clm {
  margin-bottom: 8px;
}
.mobile_menu_down_clm_tts {
  max-width: 65%;
  font-family: "Poppins" !important;
}
.mobile_menu_down_clm_tt {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 16px;
  color: #ffffff;
}
.mobile_menu_down_clm_tt .tt {
  width: calc(100% - 50px);
  color: #333;
  line-height: 20px;
  font-size: 14px;
  text-transform: capitalize;
  padding: 5px 0;
}
.mobile_menu_down_clm_tt .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #333333;
  transform: rotateZ(0deg);
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -webit-transition: all 0.5s;
  transition: all 0.5s;
}
.mobile_menu_down_clm.hover .mobile_menu_down_clm_tt .icon {
  -webit-transition: all 0.5s;
  transition: all 0.5s;
  transform: rotateZ(90deg);
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
}
.mobile_menu_down_clm_list {
  display: none;
  padding: 5px 0 0 10px;
}
.mobile_menu_down_clm_list a {
  display: block;
  font-size: 12px;
  line-height: 1.4;
  color: #333;
  padding: 5px 0 5px 14px;
  position: relative;
}
.mobile_menu_down_clm_list a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  margin-top: -3px;
  background: #333;
  border-radius: 50%;
}
.mobile_menu_tt_icon.hover {
  transform: rotateZ(270deg);
  -webkit-transform: rotateZ(270deg);
  -ms-transform: rotateZ(270deg);
  -webit-transition: all 0.5s;
  transition: all 0.5s;
}
/* mobile search- */
.mobile_search_box {
  position: fixed;
  left: 0;
  top: 52px;
  z-index: 15;
  display: none;
  width: 100%;
  padding: 20px;
  background: #fafafa;
}
.mobile_search_box form {
  width: 100%;
  border-radius: 5px;
  width: 100%;
  padding: 0px 0;

  border-radius: 5px;
  border: 1px solid #ddd;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.mobile_search_text {
  border: none;
  height: 50px;
  line-height: 50px;
  float: left;
  padding-left: 15px;
  font-size: 14px;
  width: calc(100% - 40px);
}
.mobile_search_btn_text {
  float: right;
  width: 40px;
  height: 40px;
  font-size: 28px;
  color: var(--hue);
  text-align: center;
  line-height: 40px;
  border: none;
  background: none;
}
.mobile_search_btn_text {
  height: 100%;
  line-height: 100%;
  width: 30px;
}
/* ~~~~~~~~~~~~~~~wap head,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~wap head,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~wap head,css~~~~~~~~~~~end */
/* swiper焦点 */
.swiper-pagination-bullets {
  margin-top: 20px;
}
.swiper-pagination-bullet {
  opacity: 1;
  margin: 5px !important;
  height: 8px;
  width: 8px;
  border: none;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: #c7c7c7;
  color: transparent;
  -webkit-transition: all 0.24s;
  -o-transition: all 0.24s;
  transition: all 0.24s;
  outline: none;
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  width: 30px;
  background-color: var(--hue);
}
/* ~~~~~~~~~~~~~~~~~~~导航,css */
/* ~~~~~~~~~~~~~~~~~~~导航,css */
/* ~~~~~~~~~~~~~~~~~~~导航,css */
.header_box {
  position: relative;
  height: 120px;
  background-color: #ffffff;
}

.header .wrapper {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
.header {
  background-color: #ffffff;
  position: relative;
  left: 0;
  top: 0;
  z-index: 4;
  width: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.header_t {
  width: 100%;
  padding: 0 10px;
  background-color: var(--bg);
}
.header_t_l {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.header_t_l_item {
  height: 35px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  color: #ffffff;
  position: relative;
  margin-right: 20px;
  line-height: 0.8;
  font-family: var(--fwr);
}
.header_t_l_item:first-child {
  border-left: none;
}
.header_t_l_item .icon {
  margin-right: 5px;
  width: 18px;
}
.header_t_l_item:hover {
  color: var(--hue) !important;
}
.header_t_l_sm {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.header_t_l_sm a {
  width: 15px;
  height: 15px;
  margin-left: 20px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  color: #ffffff;
}
.header_t_l_sm a img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.header_t_l_sm a:hover img {
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.header_r {
  position: relative;
}
.logo {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.logo img {
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.logo .hide {
  display: none;
}

/* 璇█鍒囨崲 */
.header_language {
  position: relative;
  cursor: pointer;
}

.header_language_01 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  color: var(--hue);
}

.header_language_01 .icon1 {
  margin-left: 8px;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.header_language_01 .icon2 {
  margin-right: 8px;
}
.header_language_01 .icon1.hover {
  transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}

.header_language_02 {
  display: none;
  position: absolute;
  z-index: 5;
  top: 55px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 150px;
  padding: 10px 0;
  background-color: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.header_language_02 a {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #555555;
  text-align: center;
}

.header_language_02 a:hover {
  color: var(--hue);
}
/* 璇█鍒囨崲 end*/
.header_b .wrapper {
  position: relative;
}

.header_b_r {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
.menu_dl {
  position: relative;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}

.menu_dl > .item {
  margin: 0 clamp(0.625rem, -2.414rem + 4.9vw, 1.875rem);
  position: relative;
}
.menu_tt {
  cursor: pointer;
  height: 85px;
  font-weight: 600;
  font-family: var(--fwr), Sans-serif;
  color: #1a1a1a;
  display: block;
  white-space: nowrap;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  position: relative;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}

.menu_dl .item:hover .menu_tt,
.menu_dl .item.hover .menu_tt {
  color: var(--hue) !important;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}

/* 閻愮懓鍤幖婊呭偍 */
.header_b_right {
  margin-left: 1.56vw;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.header_b_tel {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.header_b_tel .icon {
  width: 35px;
  margin-right: 7px;
}
.header_b_tel .tt {
  color: #595959;
}
.header_b_tel .tel {
  color: #1a1a1a;
}
/* 可公用导航搜索 */
.all_public_searchBox {
  display: none;
  position: fixed;
  z-index: 20;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.all_public_form {
  display: none;
  position: fixed;
  z-index: 21;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 800px;
}

.all_public_form input {
  background-color: #fff;
  width: 100%;
  outline: none;
  border: none;
  box-sizing: border-box;
  padding: 20px 136px 20px 20px;
  border-radius: 10px 25px 10px 25px;
}

.all_public_form .icon_01 {
  font-size: 38px;
  cursor: pointer;
  position: absolute;
  top: 51%;
  right: 80px;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  outline: none;
  border: none;
  background: none;
  -ms-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: #888888;
}
.all_public_form .public_form_close {
  font-size: 34px;
  position: absolute;
  top: 11px;
  right: 26px;
  -ms-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: #888888;
  cursor: pointer;
}

.all_public_form .public_form_close:hover {
  color: var(--hue);
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.all_public_form .icon_01:hover {
  color: var(--hue);
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
/* ~~~~~~~~~~~~~~~~pc 导航,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~pc 导航,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~pc 导航,css~~~~~~~~~~~end */

/* ~~~~~~~~~~~~~~~footer,css */
/* ~~~~~~~~~~~~~~~footer,css */
/* ~~~~~~~~~~~~~~~footer,css */
 /* public_footer */
.public_footer {
  background-color: #1A1A1A;
}
.public_footer_t{
  padding: clamp(2.188rem, 1.953rem + 1.17vw, 3.125rem) 0;
}
.public_footer_t .wrapper {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
}

.public_footer_l {
  width:29%;
}

.public_footer_logo {
  margin-bottom: 15px;
  display: block;
}
.public_footer_l .header_t_l_sm{
  margin-top: 30px;
}
.public_footer_l .icon{
  margin-left: 0;
  margin-right: 15px;
}
.public_footer_r {
  width: 65%;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
} 
.footer_t_r_item {
  width: 28%;
}
.footer_t_r_item .bottom {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.footer_t_r_item_tt {
  color: #ffffff;
  margin-bottom: 15px;
}
 
.footer_t_r_item_list a {
  position: relative;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
  color: #ffffff;
  line-height: 24px;
  padding: 5px 0;
  font-family: var(--fwr);
  font-size: 16px;
}
.footer_t_r_item_list a .icon{
  width: 20px;
  height: 20px;
  margin-right:5px;
  display: inline-block;
}
.footer_t_r_item_list a:hover {
  color: var(--hue);
  transform: translateX(3px);
  -webkit-transform: translateX(3px);
}

.footer_t_r_item_list2 .item {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  padding: 6px 0;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.footer_t_r_item_list2 .item .iconfont {
  margin-right: 8px;
  width: 18px;
  min-width: 18px;
}
.footer_t_r_item_list2 .item .iconfont img{
  width: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.footer_t_r_item_list2 .item a {
  color: #ffffff;
  display: inline-block;
  word-break: break-all;
}

.footer_t_r_item_list2 .item a:hover {
  text-decoration: underline;
}
.footer_t_r_item .header_b_tel{
  border: 2px solid var(--hue);
  padding: 6px 18px 8px 10px;
  margin-top: 20px;
}
.public_footer_b .footer_b_text {
  border-top: 1px solid #FFFFFF21;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  font-family: var(--fwr);
  padding: 13px 0;
}

/* ~~~~~~~~~~~~~~~footer,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~footer,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~footer,css~~~~~~~~~~~end */
/*~~~~~~~~~~~~回到顶部    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~回到顶部    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~回到顶部    ~~~~~~~~~~~*/
.float_fixed_top .item {
  position: relative;
}

.float_fixed {
  position: fixed;
  right: 1%;
  bottom: 40%;
  transform: translate(0%, 50%);
  -ms-transform: translate(0%, 50%);
  -webkit-transform: translate(0%, 50%);
  z-index: 3;
}

.float_fixed .item {
  background-color: var(--hue);
  color: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
  display: block;
  width: clamp(2.5rem, 2.172rem + 1.64vw, 3.813rem);
  height: clamp(2.5rem, 2.172rem + 1.64vw, 3.813rem);
  line-height: clamp(2.5rem, 2.172rem + 1.64vw, 3.813rem);
  text-align: center;
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 10%);
}

.float_fixed .item img {
  width: 50%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.float_fixed_list .item .item_con {
  position: absolute;
  top: 0;
  right: 0%;
  width: 0;
  border-radius: 5px;
  color: var(--hue);
  font-size: 16px;
  box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.15);
  background: #fff;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-transform: translate(110%, 0);
  -webkit-transform: translate(110%, 0);
  transform: translate(110%, 0);
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}

.float_fixed_list .item:hover .item_con {
  width: 265px;
  -ms-transform: translate(1px, 0);
  -webkit-transform: translate(1px, 0);
  transform: translate(1px, 0);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.float_fixed_list .item .item_con .icon {
  width: 80px;
  height: clamp(2.875rem, 2.659rem + 0.96vw, 3.5rem);
  color: var(--hue);
  line-height: clamp(2.875rem, 2.659rem + 0.96vw, 3.5rem);
  position: relative;
}

.float_fixed_list .item .item_con .icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  border-left: 15px solid var(--hue2);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 15px solid transparent;
  z-index: 2;
}

.back_top {
  display: block;
  font-weight: 900;
}
/*~~~~~~~~~~~~回到顶部   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~回到顶部   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~回到顶部   end ~~~~~~~~~~~*/

/*~~~~~~~~~~~~index    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~index    ~~~~~~~~~~~*/
/*~~~~~~~~~~~~index    ~~~~~~~~~~~*/
.m23_banner_swiper {
  padding-top: 12px;
  width: 92%;
  margin: auto;
  max-width: 1470px;
  position: relative;
}
.m23_banner_swiper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  width: calc(100% - 30px);
  height: calc(100% + 12px);
  background-color: var(--hue);
}
.m23_banner_item {
  height: clamp(18.75rem, 13.281rem + 27.34vw, 40.625rem);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 2;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  padding: 15px 5.21vw;
}
.m23_banner_item .con {
  width: 48%;
}
.m23_banner_item .title,
.m23_banner_item .text {
  margin-bottom: 30px;
  font-weight: 500;
}
.m23_banner_item .title {
  line-height: 1.2;
  font-weight: 600;
  text-transform: capitalize;
}
.m23_banner_item .text{
}
.m23_banner_item .public_btn {
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: transparent;
  border-color: #ffffff;
}
.m23_banner_item .public_btn:hover {
  color: #ffffff !important;
}
/* m23_one */
.m23_public_title .subtitle {
  margin-bottom: 12px;
}
.m23_public_title .title {
  line-height: 1.1;
  margin-bottom: 20px;
}
.m23_one_l {
  width: 53%;
}
.m23_one_r {
  width: 47%;
}
.m23_one_r .public_btn {
  margin-top: 2.08vw;
}
.m23_one_list {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.m23_one_item {
  width: calc((100% - 40px) / 3);
  margin: 20px 20px 0 0;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  padding: 15px;
  border-bottom: 4px solid var(--bg);
}
.m23_one_item:nth-child(3n) {
  margin-right: 0;
}
.m23_one_item .pic {
  display: block;
  width: 100%;
  overflow: hidden;
}
.m23_one_item .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.m23_one_item:hover .pic img {
  transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.m23_one_item .con {
  padding: 25px 0;
}
.m23_one_item .title {
  display: inline-block;
  margin-bottom: 10px;
}
.m23_one_item .public_btn {
  margin-top: 20px;
}
/* m23_two */
.m23_two {
  position: relative;
  z-index: 2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}
.m23_two::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1a1a1a;
  opacity: 60%;
  z-index: -1;
}
.m23_one_con .m23_public_title {
  width: 50%;
  margin: auto;
}
.m23_one_con .subtitle {
  color: var(--hue);
}
.m23_one_con .btn {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  margin-top: 2.08vw;
}
/* m23_three */
.m23_three_l {
  width: 44%;
}
.m23_three_r {
  position: relative;
  width: 48%;
  background-color: var(--bg);
}
.m23_three_list {
  margin: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem) 0;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
}
.m23_three_item {
  width: calc((100%) / 2);
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
}
.m23_three_item .icon {
  width: 23px;
  margin-right: 5px;
}
.m23_three_item .text {
  width: calc(100% - 28px);
}
.m23_three_r .pic {
  width: 100%;
  margin-left: calc(0px - clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem));
  padding: clamp(0.938rem, 0.859rem + 0.39vw, 1.25rem) 0;
  position: relative;
  overflow: hidden;
}
.m23_three_r .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.m23_three_r .con {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  padding: clamp(0.938rem, 0.859rem + 0.39vw, 1.25rem);
  background-color: var(--bg);
  width: 40%;
}
.m23_three_r .text span {
  color: var(--hue);
}
/* m23_four */
.m23_four_con {
  position: relative;
  z-index: 2;
}
.m23_four_r {
  width: 90%;
  margin-left: auto;
}
.m23_four_r .pic {
  width: 100%;
  overflow: hidden;
}
.m23_four_r .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.m23_four_r:hover .pic img {
  transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.m23_four_l {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  padding: clamp(1.25rem, 0.813rem + 2.19vw, 3rem);
  width: 44%;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  background-color: #ffffff;
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.15);
  border-left: 5px solid var(--hue);
}
.m23_four_l .title {
  margin-bottom: 10px;
}
.m23_four_l .public_btn {
  margin-top: clamp(0.625rem, 0.313rem + 1.56vw, 1.875rem);
}
/* m23_five */
.m23_five_l {
  width: 35%;
  padding: 20px 0;
  background-color: #395e1b;
  position: relative;
}
.m23_five_r {
  width: 60%;
}
.m23_five_l .pic {
  margin-left: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
  width: 100%;
  overflow: hidden;
}
.m23_five_l .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.m23_five_l .pic:hover img {
  transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.m23_five_l::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: clamp(3.125rem, 2.5rem + 3.13vw, 5.625rem);
  height: clamp(3.125rem, 2.5rem + 3.13vw, 5.625rem);
  background-color: #395e1b;
  z-index: 2;
}
.m23_five_item {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-top: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
}
.m23_five_item .icon {
  margin-right: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
  width: clamp(2.5rem, 2.25rem + 1.25vw, 3.5rem);
  height: clamp(2.5rem, 2.25rem + 1.25vw, 3.5rem);
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  background-color: #afbc34;
  padding: clamp(0.438rem, 0.328rem + 0.55vw, 0.875rem);
}
.m23_five_item .con {
  width: calc(
    100% - clamp(2.5rem, 2.25rem + 1.25vw, 3.5rem) -
      clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem)
  );
}
.m23_five_item .title {
  margin-bottom: 10px;
}
.m23_five_r .public_btn {
  margin-top: 20px;
}

/* m23_six */
.m23_six_l {
  width: 30%;
}
.m23_six_r {
  width: 60%;
}
.m23_six_item {
  border: 1px solid #d2d3d0;
  background-color: #ffffff;
  padding: clamp(0.938rem, 0.781rem + 0.78vw, 1.563rem);
}
.m23_six_item .top {
  margin-bottom: 14px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.m23_six_item .top .left {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.m23_six_item .right {
  width: clamp(1.563rem, 1.406rem + 0.78vw, 2.188rem);
  height: 100%;
}
.m23_six_item .con {
  margin-left: 15px;
  width: calc((100% - 15px));
}

/* m23_seven */
.m23_seven_list{
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.m23_seven_item {
  position: relative;
  z-index: 2;
  display: block;
  overflow: hidden;
  width: calc((100% - 10.42vw) / 4);
  margin: 2.08vw 0 0 2.08vw;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.m23_seven_item img{
  width: 100%;
}
.m23_seven_item .con {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  opacity: 0;
  padding-left: 10px;
  padding-right: 10px;
  transition: all  1s;
  -ms-transition: all  1s;
  -webkit-transition: all  1s;
}
.m23_seven_item .title {
  margin-bottom: 10px;
  transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -moz-transform:scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.m23_seven_item .text{
  transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -moz-transform:scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.m23_seven_item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.m23_seven_item:hover::before{
  opacity: 1;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.m23_seven_item:hover .con{
  opacity: 1;
  transition: all 1s;
  -ms-transition: all  1s;
  -webkit-transition: all  1s;
}
.m23_seven_item:hover .con div{
  transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform:  scale(1, 1);
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transition: all 1s;
  -ms-transition: all 1s;
  -webkit-transition: all  1s;
}
.m23_seven_btn{
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  margin-top: 30px;
}
/* m23_eight */
.m23_eight_l{
  width: 31%;
}
.m23_eight_r{
  width: 65%;
}
.m23_eight_l .pic {
  width: 100%;
  overflow: hidden;
  margin-top: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
}
.m23_eight_l .pic img{
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.m23_eight_l:hover img{
  transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}

.m23_eight_dl dd{
  margin-bottom: 10px;
}
.m23_eight_item .bottom{
  display: none;
}
.m23_eight_item{
  border: 1px solid #D2D3D0;
  cursor: pointer;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.m23_eight_item .bottom .text,
.m23_eight_item .top{
  padding: clamp(0.938rem, 0.797rem + 0.7vw, 1.5rem) ;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.m23_eight_item .top{ 
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  
}
.m23_eight_item .top .title{
  color: var(--bg);
}
.m23_eight_item .top .icon{
  background-image: url(../images/m23_eight_icon1.png);
  width: clamp(1.25rem, 1.172rem + 0.39vw, 1.563rem);
  height: clamp(1.25rem, 1.172rem + 0.39vw, 1.563rem);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.m23_eight_item.hover .top .icon{
  background-image: url(../images/m23_eight_icon2.png);
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.m23_eight_item.hover {
  background-color: #F4F4F3;
  border-color: transparent;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.m23_eight_item.hover .top{
  background-image: linear-gradient(150deg, var( --bg ) 0%, var( --hue ) 100%);
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.m23_eight_item.hover .title{
  color: #ffffff;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
/*~~~~~~~~~~~~index   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~index   end ~~~~~~~~~~~*/
/*~~~~~~~~~~~~index   end ~~~~~~~~~~~*/
