#footer_pc {
  display: block;
}

#footer_m {
  display: none;
}


.kp-container .klaviyo_messages {
  font-size: 12px;
  line-height: 18px;
  color: #767676;
}

.kp-container .klaviyo_condensed_styling .klaviyo_submit_button,
.kp-container .klaviyo_styling .klaviyo_submit_button {
  background-color: #767676;
  padding: 0 13px;
  font-size: 18px;
  line-height: 36px;
  height: 36px;
  border: none;
  float: right;
  font-weight: normal;
  border-radius: 2px;
  margin: 2px 2px 0 0;
  cursor: pointer;
  color: #FAFAFA;
}

.kp-container .klaviyo_condensed_styling .klaviyo_messages .success_message,
.kp-container .klaviyo_styling .klaviyo_messages .success_message,
.kp-container .klaviyo_condensed_styling .klaviyo_messages .error_message,
.kp-container .klaviyo_styling .klaviyo_messages .error_message {
  margin-top: 8px;
}

.kp-container .container-box .footer-box .footer-right-box .right-box-child .icon {
  line-height: 28px;
  font-size: 18px;
}

.footer-kp-container {}

.footer-kp-container *,
.footer-kp-container::after,
.footer-kp-container::before {
  box-sizing: content-box;
  transition: none;
}

.footer-kp-container .container-box {
  padding-top: 10px;
}

.map-box {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  display: none;
  z-index: 999;
  background: #00000096;
}

.map-box .close-btn {
  cursor: pointer;
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  position: absolute;
  right: -0px;
  top: -0px;
  border-radius: 50%;
  background: #1A1A1A
}

.map-box .close-btn:hover {
  color: #F66D35;
}

.map-box .map-content{
  position: fixed;
  /* max-width: 920px;
  max-height: 620px; */
  max-width: 1280px;
  max-height: 780px;
  width: 94%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.map-box .box-iframe {
  /* max-width: 800px;
  max-height: 500px; */
  max-width: 1200px;
  max-height: 675px;
  width: 94%;
  height: 100%;
  border-radius: 8px;
  position: fixed;
  z-index: 999;
  background: #fff;
  padding: 20px;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

@media only screen and (max-width: 768px) {

  .map-box .map-content{
    position: fixed;
    max-width: 920px;
    /* max-height: 620px; */
    max-height: calc(100vh - 200px);
    width: 94%;
    height: 100%;
    left: 50%;
    top: 45%;
    transform: translate(-50%,-50%);
  }
  
  .map-box .box-iframe {
    max-width: 800px;
    /* max-height: 500px; */
    max-height: calc(100vh - 300px);
    width: 94%;
    height: 100%;
    border-radius: 8px;
    position: fixed;
    z-index: 999;
    background: #fff;
    padding: 20px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
  }

  .map-box .close-btn {
    cursor: pointer;
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0%);
    bottom: 0;
    top: auto;
    border-radius: 50%;
    background: #1A1A1A
  }
}

.kp-container .container-box .footer-box {
  width: 94%;
  max-width: 1200px;
  height: auto;
  z-index: 3;
  margin: 30px auto 0;
  display: flex;
    column-gap: 24px;
    justify-content: space-between;
}

.kp-container .container-box .footer-box .footer-left-box {
  max-width: 240px;
  height: auto;
  z-index: 3;
  float: left
}

.kp-container .container-box .footer-box .footer-left-box .footer-logo {
  max-width: 224px;
  height: auto
}

.kp-container .container-box .footer-box .footer-left-box .footer-logo img {
  width: 100%;
}

.kp-container .container-box .footer-box .footer-left-box .footer-title {
  margin-top: 8px;
  font-size: 12px;
  /*font-family: Roboto-Regular;*/
  line-height: 18px;
  color: rgba(170, 170, 170, 0.3);
}

.kp-container .container-box .footer-box .footer-left-box .footer-slogan {
  margin-top: 40px;
  font-size: 16px;
  /*font-family: Roboto-Regular;*/
  line-height: 27px;
  color: #F66D35
}

.kp-container .container-box .footer-box .footer-right-box {
  max-width: 950px;
  height: auto;
  z-index: 3;
  float: right;
  display: flex;
  flex-direction: row-reverse;
}

.kp-container .container-box .footer-box .footer-right-box .right-box-child .mail-box {
  cursor: pointer;
  margin-top: 30px;
  margin-left: -1px;
}
/* .kp-container .container-box .footer-box .footer-right-box .right-box-child .mail-box .txt a */
.kp-container .container-box .footer-box .footer-right-box .right-box-child .mail-box:hover .txt a
 {
  color: #F66D35
}

/* .kp-container .container-box .footer-box .footer-right-box .right-box-child .mail-box .icon-mail_icon  */
.kp-container .container-box .footer-box .footer-right-box .right-box-child .mail-box:hover .icon-mail_icon
{
  color: #F66D35;
  line-height: 20px !important;
}

.kp-container .container-box .footer-box .footer-right-box .right-box-child .address-box {
  cursor: pointer;
  display: flex;
}

.kp-container .container-box .footer-box .footer-right-box .right-box-child .address-box:hover .txt {
  color: #F66D35
}

.kp-container .container-box .footer-box .footer-right-box .right-box-child .address-box:hover .icon-address {
  color: #F66D35
}

.kp-container .container-box .footer-box .footer-right-box .right-box-child {
  width: auto;
  max-width: 236px;
  height: auto;
  float: right;
  list-style: none
}

.kp-container .container-box .footer-box .footer-right-box .right-box-child .icon {
  font-size: 18px;
  line-height: 20px;
  float: left;
}

.kp-container .container-box .footer-box .footer-right-box .right-box-child .txt {
  width: auto;
  height: auto;
  float: left;
  font-size: 14px;
  line-height: 20px;
  margin-left: 8px;
}

.kp-container .container-box .footer-box .footer-right-box .right-box-child:nth-of-type(1) ul li {
  margin-right: 0;
}

.kp-container .container-box .footer-box .footer-right-box .right-box-child ul li {
  width: auto;
  min-width: 96px;
  height: auto;
  list-style: none;
  color: #D3D3D3;
  margin-top: 24px;
  margin-right: 46px
}

.kp-container .container-box .footer-box .footer-right-box .right-box-child ul li a:hover {
  color: #F66D35 !important;
}

.kp-container .container-box .footer-box .footer-right-box .right-box-child ul li a {
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  color: #D3D3D3;
  transition: color 0.3s;
}

.kp-container .container-box .footer-box .footer-right-box .right-box-child ul li:nth-child(1) {
  margin-top: 0;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  line-height: 26px;
  color: #FAFAFA;
}

.kp-container .container-box .footer-box .footer-right-box .right-box-child ul li .select-box {
  width: 232px;
  height: 40px;
  background: #3C3A3E;
  border-radius: 4px;
  padding: 2px
}

.kp-container .container-box .footer-box .footer-right-box .right-box-child ul li .select-box .icon {
  line-height: 36px;
  color: #FAFAFA;
}

.kp-container .container-box .footer-box .footer-right-box .right-box-child ul li .select-box .select-input-box {
  height: auto;
  width: 180px;
  float: left;
}

.kp-container .container-box .footer-box .footer-right-box .right-box-child ul li .select-box .select-input-box input {
  height: 40px;
  width: 180px;
  line-height: 40px;
  margin-left: 0;
  background: #3C3A3E;
  border: none;
  color: #FAFAFA;
  outline: none;
  text-indent: 12px;
}

.kp-container .container-box .footer-box .footer-right-box .right-box-child ul li .select-box .select-input-box button {
  background: #767676;
}

.kp-container .container-box .footer-box .footer-right-box .right-box-child ul li .select-box .select-input-box button icon {}

.kp-container .container-box .footer-box .footer-right-box .right-box-child ul li .select-box .select-btn {
  padding: 9px 13px;
  float: right;
  border-radius: 2px;
}

.kp-container .container-box .footer-box .footer-right-box .right-box-child ul li .select-box .select-btn img {
  width: 22px;
  height: 18px
}

.kp-container .container-box .footer-box .footer-right-box .select-error {
  margin-top: 10px;
  font-size: 12px;
  color: #767676;
  line-height: 18px
}

.kp-container .container-box .third-box {
  max-width: 1200px;
  width: 94%;
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 4;
}

.kp-container .container-box .third-box .tool-list{
  display: flex;
  justify-content: flex-end;
}

.kp-container .container-box .third-box .third-content {
  width: auto;
  height: auto;
  float: right;
  position: relative;
  cursor: pointer;
  padding: 6px 0;
  margin-left: 24px;
  display: flex;
  align-items: center;
  column-gap: 6px;
}

.kp-container .container-box .third-box .third-content .third-ico {
  width: auto;
  height: 20px;
  float: left;
  font-size: 14px;
  color: #D3D3D3;
  line-height: 22px
}


.kp-container .container-box .third-box .third-content .third-txt {
  width: auto;
  height: 20px;
  float: right;
  color: #D3D3D3;
  font-size: 14px;
  /*font-family: Roboto-Regular;*/
  line-height: 22px;
  /* margin-left: 6px */
}

.kp-container .container-box .third-box .third-content:hover .third-txt{
  color: #F66D35;
}


.kp-container .container-box .third-box .third-content .icon{
  width: 18px;
  height: 18px;
  object-fit: contain;
}



.kp-container .container-box .third-box .third-content .icon.icon_hover{
  display: none;
}

.kp-container .container-box .third-box .third-content:hover .icon.icon_hover{
  display: block;
}

.kp-container .container-box .third-box .third-content:hover .icon.icon_nothover{
  display: none;
}



.kp-container .container-box .third-box .third-content .third-qrcode {
  width: 100px;
  height: 110px;
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: 200ms;
  visibility: hidden;
  background: #201F21;
  pointer-events: none;
}

.kp-container .container-box .third-box .third-content .third-qrcode.hidden_hover{
  display: none !important;
}

.kp-container .container-box .third-box .third-content .third-qrcode img {
  width: 100px;
  height: 100px;
}

.kp-container .container-box .third-box .third-content:hover .third-qrcode {
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
  transition: 200ms;
  visibility: visible
}

.kp-container .container-box .footer-message-box {
  max-width: 1200px;
  width: 94%;
  height: 80px;
  margin: 0 auto;
  bottom: 0;
  border-top: 1px solid #767676;
  background: #201F21;
  padding-top: 0;
  position: relative;
  z-index: 5;
}

.kp-container .container-box .footer-message-box .message-left {
  width: auto;
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  float: left;
  margin-top: 40px;
  transform: translateY(-50%);
  display: flex;
  gap: 12px 24px;
  flex-wrap: wrap;
}

.kp-container .container-box .footer-message-box .message-left ul li {
  width: auto;
  height: 20px;
  float: left;
  margin-left: 24px;
  list-style: none
}

.kp-container .container-box .footer-message-box .message-left ul li:nth-child(1) {
  width: auto;
  height: 20px;
  float: left;
  margin-left: 0;
  color: #767676
}

.kp-container .container-box .footer-message-box .message-left ul li a {
  height: 20px;
  font-size: 14px;
  /*font-family: Roboto-Regular;*/
  line-height: 20px;
  color: #767676;
  text-decoration: none
}

.kp-container .container-box .footer-message-box .message-left ul li a:hover {
  color: #FAFAFA
}

.kp-container .container-box .footer-message-box .message-right {
  width: auto;
  height: auto;
  float: right;
  position: relative;
  margin-top: 40px;
  transform: translateY(-50%);
  display: flex;
  gap: 10px;
  align-items: center;
}

.sitemap_a{
  height: 20px;
  font-size: 14px;
  /*font-family: Roboto-Regular;*/
  line-height: 20px;
  color: #767676;
  text-decoration: none;
}

.kp-container .container-box .footer-message-box .message-right .lang-box {
  width: auto;
  height: auto;
  border: 2px solid #767676;
  border-radius: 5px;
  padding: 5px 10px;
  cursor: pointer;
}

.kp-container .container-box .footer-message-box .message-right .lang-select {
  width: auto;
  height: auto;
  float: left;
  margin-right: 10px;
}

.kp-container .container-box .footer-message-box .message-right .lang-select .lang-select-btn {
  width: 16px;
  height: 16px;
  padding: 2px;
  cursor: pointer;
  transition: 200ms;
  width: 10px;
  height: 6px;
  margin: 7px 5px;
  padding: 0;
  background: url("/html/phone/images/svg/lang_select_icon.svg") no-repeat center / 100% 100%;
}

.kp-container .container-box .footer-message-box .message-right .lang-box:hover .lang-select{
  /* transform: rotate(180deg); */
}

.kp-container .container-box .footer-message-box .message-right .lang-box:hover .lang-select .lang-select-btn{
  transform: rotate(0deg);
  background: url("/html/phone/images/svg/close1.svg") no-repeat center / 100% 100%;
}

.kp-container .container-box .footer-message-box .message-right .lang-select .lang-select-btn img {
  width: 10px;
  height: 6px;
  margin: 5px 3px;
  vertical-align: top;
}

.kp-container .container-box .footer-message-box .message-right .lang-select .lang-select-list {
  width: auto;
  height: auto;
  padding: 0;
  border-radius: 5px;
  background: rgba(250, 250, 250, 0);
  position: absolute;
  bottom: 20px;
  left: auto;
  right: 0;
  display: none
}

.kp-container .container-box .footer-message-box .message-right .lang-select .lang-select-list .list-box {
  width: 150px;
  height: auto;
  padding: 10px;
  border-radius: 5px;
  background: #FAFAFA;
  margin-bottom: 20px
}

.kp-container .container-box .footer-message-box .message-right .lang-select .lang-select-list .list-box ul li {
  width: auto;
  height: 20px;
  line-height: 20px;
  color: #747474;
  font-size: 12px;
  /*font-family: Roboto-Regular;*/
  list-style: none;
  cursor: pointer;
  padding: 2px 10px 2px 10px;
  background: #FAFAFA;
  border-radius: 4px;
}

.kp-container .container-box .footer-message-box .message-right .lang-box:hover .lang-select-list {
  display: block
}

.kp-container .container-box .footer-message-box .message-right .lang-box:hover .lang-select-btn {
  transform: rotate(180deg);
}

.kp-container .container-box .footer-message-box .message-right .lang-select .lang-select-list .list-box ul li:nth-child(1) {
  margin-top: 0
}

.kp-container .container-box .footer-message-box .message-right .lang-select .lang-select-list .list-box ul li:hover {
  color: #F66D35;
  background: rgba(32, 31, 33, 0.06);
}

.kp-container .container-box .footer-message-box .message-right .lang-icon {
  width: 20px;
  height: 20px;
  float: right;
  background: url("/html/phone/images/svg/lang_footer.svg") no-repeat center / 100% 100%;
}

.kp-container .container-box .footer-message-box .message-right .lang-box:hover .lang-icon{
  background: url(/html/phone/images/svg/icon-language-hover.svg) no-repeat center/100% 100%;
}

.kp-container .container-box .footer-message-box .message-right .lang-icon img {
  width: 20px;
  height: 20px;
  vertical-align: top;
}

.kp-container .klaviyo_condensed_styling .klaviyo_messages .error_message, 
.kp-container .klaviyo_styling .klaviyo_messages .error_message {
  color:#767676;font-size: 12px;
}

@media only screen and (max-width:1199.98px) {
  .kp-container .container-box .footer-box .footer-right-box .right-box-child ul li {
    margin-right: 20px;
  }
}

@media only screen and (max-width:1023.98px) {
  #footer_pc {
    display: none;
  }

  #footer_m {
    display: block;
  }

  .kp-container .footer {
    background: #201F21
  }

  .kp-container .container-box .footer-box {
    width: 94%;
    height: auto;
    z-index: 3;
    position: relative;
    margin: 0 auto;
    color: #fff;
    display: table
  }

  .kp-container .container-box .footer-box .logo {
    width: 168px;
    height: auto;
    margin: 24px 0;
    display: inline-block
  }

  .kp-container .container-box .footer-box .line {
    width: 100%;
    height: 1px;
    background: #454545
  }

  .kp-container .container-box .footer-box .logo img {
    width: 100%;
    height: auto
  }

  .kp-container .container-box .footer-box .footer-menu-box {}

  .kp-container .container-box .footer-box .footer-menu-box a {
    color: #939393;
    color: inherit;
  }

  .kp-container .container-box .footer-box .footer-menu-box .f-menu {
    width: 100%;
    height: 50px;
    font-size: 14px;
    line-height: 50px
  }

  .kp-container .container-box .footer-box .footer-menu-box .f-menu .menu-text {
    width: 80%;
    height: 50px;
    float: left
  }

  .kp-container .container-box .footer-box .footer-menu-box .f-menu .menu-ico {
    font-size: 12px;
    width: 36px;
    height: 36px;
    float: right;
    text-align: center;
    color: #aaaaaa;


    font-size: 12px;
    width: 36px;
    height: 36px;
    float: right;
    text-align: center;
    color: #aaaaaa;
    position: relative;
    width: 12px;
    height: 12px;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
  }

  .kp-container .container-box .footer-box .footer-menu-box .f-menu .menu-ico::before{
    content:'';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    content: "";
    display: block;
    background-color: #aaaaaa;
    width: 100%;
    height: 2px;
    transition: all 0.5s;
  }

  .kp-container .container-box .footer-box .footer-menu-box .f-menu .menu-ico::after{
    content:'';
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    content: "";
    display: block;
    background-color: #aaaaaa;
    width: 2px;
    height: 100%;
    /* transition: 1s all cubic-bezier(0.52, 0.08, 0.18, 1); */
    transition: all 0.5s;
  }

  .kp-container .container-box .footer-box .footer-menu-box .f-menu.open .menu-ico::after{
    transform: rotate(270deg);
    background-color: rgb(246, 109, 53);
  }
  
  .kp-container .container-box .footer-box .footer-menu-box .f-menu.open .menu-ico::before{
    background-color: rgb(246, 109, 53);
  }

  .kp-container .container-box .footer-box .footer-menu-box .s-menu {
    width: 90%;
    margin-left: 8%;
    font-size: 14px;
    line-height: 50px;
    color: #aaaaaa;
    display: none
  }

  .kp-container .container-box .footer-box .footer-menu-box .f-menu.open .menu-ico{
    color: rgb(246, 109, 53);
  }

  .kp-container .container-box .footer-box .footer-subscribe-box {
    width: 100%;
  }

  .kp-container .container-box .footer-box .footer-subscribe-box .box-title {
    width: 100%;
    line-height: 18px;
    color: #FAFAFA;
    font-size: 12px;
    float: none;
    margin: 30px 0 16px;
  }

  .kp-container .container-box .footer-box .footer-subscribe-box .box-input {
    width: 100%;
    background: #3C3A3E;
    height: 40px;
    border-radius: 5px;
    margin-top: 12px
  }

  .kp-container .container-box .footer-box .footer-subscribe-box .box-input .box-style {
    position: absolute
  }

  .kp-container .container-box .footer-box .footer-subscribe-box .box-input .input-box {
    width: 80%;
    height: 48px;
    float: left
  }

  .kp-container .container-box .footer-box .footer-subscribe-box .box-input .input-box input {
    width: 90%;
    background: none;
    border: none;
    outline-style: none;
    line-height: 48px;
    margin-left: 5%
  }

  .kp-container .container-box .footer-box .footer-subscribe-box .box-input .input-icon {
    width: 48px;
    height: 44px;
    font-size: 3px;
    float: right;
    border-radius: 5px;
    background: #767676;
    text-align: center;
    line-height: 44px;
    color: #fff;
    margin: 2px
  }

  .kp-container .container-box .footer-box .footer-subscribe-box .input-tips {
    width: 100%;
    font-size: 12px;
    color: #767676;
    line-height: 24px;
    margin-top: 5px
  }

  .kp-container .container-box .footer-box .third-box {
    width: 100%;
    min-height: 40px;
    margin-top: 56px;
    padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    border-bottom: 1px solid #454545;
  }

  .kp-container .container-box .footer-box .third-box .third-content {
    width: auto;
    height: auto;
    float: left;
    line-height: 30px;
    color: #D3D3D3;
    font-size: 16px;
    text-align: center;
    padding: 0;
    margin-left: 0;
  }

  .kp-container .container-box .footer-box .third-box .third-content .third-ico {
    width: auto;
    height: 40px;
    float: left;
    line-height: 40px;
  }

  .kp-container .container-box .footer-box .third-box .third-content .icon{
    max-width: 18px;
    max-height: 18px;
  }

  .kp-container .container-box .footer-box .third-box .third-content .third-txt {
    width: auto;
    height: auto;
    float: left;
    margin-left: 0px;
    font-size: 12px;
    line-height: 1.1;
  }

  .kp-container .container-box .footer-box .lang-box {
    width: 66px;
    height: 36px;
    border: 1px solid #767676;
    border-radius: 5px;
    padding: 2px 7px;
    margin: 12px 0 12px 0;
    display: inline-block;
    position: relative;
    z-index: 10;
  }

  .kp-container .container-box .footer-box .lang-box .lang-select {
    width: auto;
    height: auto;
    float: left;
  }

  .kp-container .container-box .footer-box .lang-box .lang-select-btn {
    font-size: 20px;
    float: right;
    line-height: 30px;
    color: #767676;
    padding: 1px;
    cursor: pointer;
    transition: 200ms;
  }

  .kp-container .container-box .footer-box .lang-box .lang-select .lang-select-list {
    min-width: 200px;
    width: 100%;
    height: auto;
    padding: 0;
    border-radius: 5px;
    background: rgba(250, 250, 250, 0);
    position: absolute;
    bottom: calc(100% - 12px);
    left: 0;
    display: none
  }

  .kp-container .container-box .footer-box .lang-box .lang-select .lang-select-list .list-box {
    width: 100%;
    height: auto;
    padding: 7px;
    border-radius: 2px;
    background: #FAFAFA;
    margin-bottom: 20px;
  }

  .kp-container .container-box .footer-box .lang-box .lang-select .lang-select-list .list-box ul li {
    width: auto;
    height: 30px;
    line-height: 30px;
    color: #747474;
    font-size: 12px;
    /*font-family: Roboto-Regular;*/
    list-style: none;
    cursor: pointer;
    padding: 2px 10px 2px 10px;
    background: #FAFAFA;
    border-radius: 2px;
  }

  .kp-container .container-box .footer-box .lang-box:hover .lang-select-list {
    display: block
  }

  .kp-container .container-box .footer-box .lang-box:hover .lang-select-btn {
    transform: rotate(180deg);
  }

  .kp-container .container-box .footer-box .lang-box .lang-select .lang-select-list .list-box ul li:nth-child(1) {
    margin-top: 0
  }

  .kp-container .container-box .footer-box .lang-box .lang-select .lang-select-list .list-box ul li:hover {
    color: #F66D35;
    background: rgba(32, 31, 33, 0.06);
  }

  .kp-container .container-box .footer-box .lang-box .lang-icon {
    font-size: 22px;
    float: left;
    line-height: 30px;
    color: #D3D3D3;
  }

  .kp-container .container-box .footer-box .footer-message-box {
    margin-bottom: 24px;
    height: auto;
    /* display: table; */
    width: 100%;
  }

  .kp-container .container-box .footer-message-box .message-left {
    transform: none;
    margin: 0 0 16px 0;
    height: auto;
  }

  .kp-container .container-box .footer-box .footer-message-box .message-left ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }

  .kp-container .container-box .footer-box .footer-message-box .message-left ul li,
  .kp-container .container-box .footer-message-box .message-left ul li a {
    color: #767676;
    font-size: 12px;
    line-height: 18px;
    height: auto;
    width: auto;
    float: unset;
    /* margin-right: 12px; */
    margin: 0;
  }

  .kp-container .klaviyo_condensed_styling,
  .kp-container .klaviyo_styling {
    max-width: unset;
  }

  #footer_m .select-input-box input {
    height: 40px;
    width: 100%;

    border: none;
    padding: 0;
  }

  .kp-container .klaviyo_condensed_styling .klaviyo_submit_button,
  .kp-container .klaviyo_styling .klaviyo_submit_button {
    height: 36px;
    margin: 2px 2px 0 0;
  }

  .kp-container .container-box .footer-message-box {
    border-top: none;
  }

  .sitemap_a {
    height: 20px;
    font-size: 12px;
    /*font-family: Roboto-Regular;*/
    line-height: 36px;
    color: #767676;
    text-decoration: none;
    display: inline-block;
    margin: 12px 0 12px 12px;
    height: 36px;
    vertical-align: top;
  }
}


@media only screen and (max-width:479.98px) {
  .kp-container .container-box .footer-box .third-box {
    justify-content: flex-start;
    gap: 12px;
  }
}


.return-top-box.cn{cursor:pointer;width: 60px;height: auto;position: fixed;bottom: 200px;right: 20px;z-index: 800;}
.return-top-box.cn .return{float: right;width: 60px;height: 60px;border-radius: 50%;background: #F66D35;visibility: hidden;text-align: center;transform: rotate(-90deg);margin-top: 10px}
.return-top-box.cn .return .icon-lastbtn{font-size: 30px;color: #fff;line-height: 60px;}
.return-top-box.cn .p-code{width: auto;height: auto;float: right;position: relative;margin-top: 0;transition: 500ms;overflow: hidden}
.return-top-box.cn .p-code .code-icon{width: 60px;height: 60px;background: #F66D35;border-radius:50%;float: right;transition: 500ms;z-index: 10}
.return-top-box.cn .p-code .code-icon img{width: 40px;height: 40px;margin: 10px;float: right;transition: 500ms;object-fit: contain;}
.return-top-box.cn .p-code .wcode{width: 100px;height: 100px;float: left;opacity: 0;visibility: hidden;position: absolute;transition: 500ms;z-index:9;top:0;right: 60px}
.return-top-box.cn .p-code .wcode img{width: 0;height: 0;margin: 10px;opacity: 0;visibility: hidden;transition: 500ms}
.return-top-box.cn .p-code:hover{margin-top: 0;transition: 500ms;}
.return-top-box.cn .p-code:hover .code-icon{z-index:11;width: 260px;height: 160px;opacity: 1;border-radius: 5px;transition: 500ms;margin-top: 0;}
.return-top-box.cn .p-code:hover .code-icon img{margin-top: 60px;transition: 500ms}
.return-top-box.cn .p-code:hover .wcode{opacity: 1;visibility: visible;transition: 500ms;right: 120px;top: 0;width: 140px;height: 140px;}
.return-top-box.cn .p-code:hover .wcode img{width: 100%;height: 100%;opacity: 1;transition: 500ms;visibility:visible;}
.return-top-box.cn .phone{float: right;width: auto;height: 60px;border-radius: 50%;background: #F66D35;overflow: hidden;margin-bottom: 10px;text-align: center;position: relative;transition: 500ms}
.return-top-box.cn .phone .phone-icon{width: 60px;height: 60px;float: right;transition: 500ms;}
.return-top-box.cn .phone .phone-icon img{width: 30px;height:30px;margin:15px;float: right}
.return-top-box.cn .phone .phone-num{position:absolute;width: 200px;height: 60px;right: 20px;color: #fff;font-size: 16px;line-height: 60px;text-align: center;opacity:0;visibility: hidden;transition: 500ms}
.return-top-box.cn .phone:hover{border-radius: 5px;transition: 500ms}
.return-top-box.cn .phone:hover .phone-icon{opacity:1;visibility: visible;transition: 500ms;width: 200px;height: 60px;}
.return-top-box.cn .phone:hover .phone-num{opacity:1;visibility: visible;width: 200px;height: 60px;right: 20px}
.return-top-box.cn .message{height: 60px;border-radius: 50%;position: relative;float: right;background: #F66D35;transition: 500ms;margin-top: 10px;overflow: hidden;text-align: center;}
.return-top-box.cn .message .message-icon{width: 60px;height: 60px;float: right;transition: 500ms;position: relative;z-index: 10;}
.return-top-box.cn .message .message-icon img{width: 40px;height:40px;margin:10px;float: right}
.return-top-box.cn .message .message-desc{position:absolute;width: 200px;height: 60px;right: 20px;color: #fff;font-size: 16px;line-height: 60px;text-align: center;opacity:0;visibility: hidden;transition: 500ms;z-index: 9}
.return-top-box.cn .message:hover{border-radius: 5px;transition: 500ms;}
.return-top-box.cn .message:hover .message-icon{opacity:1;visibility: visible;transition: 500ms;width: 200px;height: 60px;}
.return-top-box.cn .message:hover .message-desc{opacity:1;visibility: visible;width: 200px;height: 60px;right: 20px}
.return-top-box.cn .return::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  font-size: 28px;
  color: #ffffff;
  font-family: "font_family" !important;
}


.return-top-box.en{cursor:pointer;width: 60px;height: auto;position: fixed;bottom: 200px;right: 20px;z-index: 800;}
.return-top-box.en .return{float: right;width: 60px;height: 60px;border-radius: 50%;background: #F66D35;visibility: hidden;text-align: center;transform: rotate(-90deg);}
.return-top-box.en .return .icon-lastbtn{font-size: 30px;color: #fff;line-height: 60px;}
.return-top-box.en .item-box{float: right;width: auto;height: 60px;border-radius: 50%;background: #F66D35;overflow: hidden;margin-bottom: 10px;text-align: center;position: relative;transition: 500ms}
.return-top-box.en .item-box .box-icon{width: 60px;height: 60px;float: right;transition: 500ms;}
.return-top-box.en .item-box .box-icon img{width: 30px;height:30px;margin:15px;float: right;object-fit: contain;}
.return-top-box.en .item-box .box-desc{position:absolute;width: 200px;height: 60px;right: 20px;color: #fff;font-size: 16px;line-height: 60px;text-align: center;opacity:0;visibility: hidden;transition: 500ms}
.return-top-box.en .phone:hover{border-radius: 5px;transition: 500ms}
.return-top-box.en .phone:hover .box-icon{opacity:1;visibility: visible;transition: 500ms;width: 220px;height: 60px;}
.return-top-box.en .phone:hover .box-desc{opacity:1;visibility: visible;width: 200px;height: 60px;right: 30px}
.return-top-box.en .phone:hover .box-desc a{color: #fff}
.return-top-box.en .btn-com{width: 60px;height: 60px;border-radius: 50%;position: relative;float: right;background: #F66D35;transition: 500ms;margin-bottom: 10px}
.return-top-box.en .message{}
.return-top-box.en .message img{width: 40px;height: 40px;margin: 10px}
.return-top-box.en .message:hover{border-radius: 5px;transition: 500ms}
.return-top-box.en .message:hover .box-icon{opacity:1;visibility: visible;transition: 500ms;width: 220px;height: 60px;}
.return-top-box.en .message:hover .box-desc{opacity:1;visibility: visible;width: 200px;height: 60px;right: 30px}
.return-top-box.en .email{}
.return-top-box.en .email img{width: 34px;height: 34px;margin: 13px}
.return-top-box.en .email:hover{border-radius: 5px;transition: 500ms}
.return-top-box.en .email:hover .box-icon{opacity:1;visibility: visible;transition: 500ms;width: 220px;height: 60px;}
.return-top-box.en .email:hover .box-desc{opacity:1;visibility: visible;width: 200px;height: 60px;right: 30px}
.return-top-box.en .whatsapp{}
.return-top-box.en .whatsapp img{width: 34px;height: 34px;margin: 13px}
.return-top-box.en .whatsapp:hover{border-radius: 5px;transition: 500ms}
.return-top-box.en .whatsapp:hover .box-icon{opacity:1;visibility: visible;transition: 500ms;width: 220px;height: 60px;}
.return-top-box.en .whatsapp:hover .box-desc{opacity:1;visibility: visible;width: 200px;height: 60px;right: 30px}
.return-top-box.en .return::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  font-size: 28px;
  color: #ffffff;
  font-family: "font_family" !important;
}

@media screen and (max-width:768px){
  .return-top-box{
    display: none;
  }

}
